Skip to content

Commit

Permalink
Remove unnecessary ignores from Bitmap based tests.

Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Dec 22, 2018
1 parent c162dba commit c03564a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.io.IOException;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
Expand All @@ -28,7 +27,6 @@

@RunWith(RobolectricTestRunner.class)
@Config(manifest = Config.NONE, sdk = 18)
@Ignore
public class BitmapEncoderTest {
private EncoderHarness harness;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
import com.bumptech.glide.util.Preconditions;
import java.io.ByteArrayOutputStream;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
import org.robolectric.annotation.Config;

@RunWith(RobolectricTestRunner.class)
@Config(manifest = Config.NONE, sdk = 18)
@Ignore
public class BitmapBytesTranscoderTest {
private BitmapBytesTranscoderHarness harness;

Expand Down

0 comments on commit c03564a

Please sign in to comment.