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

Commit 24be2e1f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ignore flakey test" into main

parents 0f50a170 85328768
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