Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85328768 authored by Winson Chung's avatar Winson Chung
Browse files

Ignore flakey test

Bug: 328827631
Test: atest SystemUITests
Change-Id: Ic21111c6e43243edbfb876217bc831354b0075ed
parent 91a2c2fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,12 +36,14 @@ import kotlinx.coroutines.test.runCurrent
import kotlinx.coroutines.test.runTest
import org.junit.Assume
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith

@OptIn(ExperimentalCoroutinesApi::class)
@SmallTest
@RunWith(AndroidJUnit4::class)
@Ignore("b/328827631")
class ShadeBackActionInteractorImplTest : SysuiTestCase() {
    val kosmos = testKosmos().apply { fakeSceneContainerFlags.enabled = true }
    val testScope = kosmos.testScope