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

Commit f1f6b8b3 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Disable scene_container for KeyguardTransitionInteractor tests using KeyguardState.GONE.

Bug: 409771141
Test: run tests
Flag: com.android.systemui.scene_container
Change-Id: I01e0c31440e86fb4b199bc6b7484658957a22d6f
parent 7a79cec7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -208,6 +208,7 @@ class KeyguardTransitionInteractorTest : SysuiTestCase() {
        }

    @Test
    @DisableSceneContainer // Uses KeyguardState.GONE
    fun transitionValue_canceled_toAnotherState() =
        testScope.runTest {
            resetTransitionValueReplayCache(setOf(AOD, GONE, LOCKSCREEN))
@@ -235,6 +236,7 @@ class KeyguardTransitionInteractorTest : SysuiTestCase() {
        }

    @Test
    @DisableSceneContainer // Uses KeyguardState.GONE
    fun transitionValue_canceled_backToOriginalState() =
        testScope.runTest {
            resetTransitionValueReplayCache(setOf(AOD, GONE))