Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

Commit 48bd39e

Browse files
committed
Suppress ImageDecoder tests on < 28
1 parent 3eaeff1 commit 48bd39e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/androidTest/java/androidx/core/graphics/ImageDecoderTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package androidx.core.graphics
1818

19+
import android.support.test.filters.SdkSuppress
1920
import android.graphics.Bitmap
2021
import android.graphics.ImageDecoder
2122
import org.junit.Assert.assertEquals
@@ -24,6 +25,7 @@ import org.junit.Test
2425
import java.io.ByteArrayOutputStream
2526
import java.nio.ByteBuffer
2627

28+
@SdkSuppress(minSdkVersion = 28)
2729
class ImageDecoderTest {
2830

2931
@Test fun decodeBitmap() {

0 commit comments

Comments
 (0)