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

Commit 47658585 authored by Josh Tsuji's avatar Josh Tsuji Committed by Android (Google) Code Review
Browse files

Merge "Disable scene_container for KeyguardTransitionInteractor tests using...

Merge "Disable scene_container for KeyguardTransitionInteractor tests using KeyguardState.GONE." into main
parents 5f92ea4b f1f6b8b3
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))