Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit e9c3b55

Browse files
committed
Marks WorkManagerSample test as flaky
1 parent 5480d2f commit e9c3b55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WorkManagerSample/app/src/androidTest/java/com/example/background/ImageOperationsTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import androidx.arch.core.executor.testing.InstantTaskExecutorRule
2525
import androidx.lifecycle.LifecycleOwner
2626
import androidx.lifecycle.Observer
2727
import androidx.test.ext.junit.runners.AndroidJUnit4
28+
import androidx.test.filters.FlakyTest
2829
import androidx.test.filters.SdkSuppress
2930
import androidx.test.filters.SmallTest
3031
import androidx.test.platform.app.InstrumentationRegistry
@@ -74,6 +75,7 @@ class ImageOperationsTest {
7475
}
7576

7677
@Test
78+
@FlakyTest
7779
fun testImageOperations() {
7880
val imageOperations = ImageOperations(targetContext, IMAGE, grayScale = true)
7981

0 commit comments

Comments
 (0)