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

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

Merge "[flexiglass] Disable some of KeyguardInteractorTest when flexi is on" into main

parents 74fda6eb f143c539
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import com.android.systemui.bouncer.data.repository.keyguardBouncerRepository
import com.android.systemui.common.ui.data.repository.fakeConfigurationRepository
import com.android.systemui.coroutines.collectLastValue
import com.android.systemui.coroutines.collectValues
import com.android.systemui.flags.DisableSceneContainer
import com.android.systemui.flags.EnableSceneContainer
import com.android.systemui.keyguard.data.repository.fakeKeyguardRepository
import com.android.systemui.keyguard.data.repository.fakeKeyguardTransitionRepository
@@ -330,6 +331,7 @@ class KeyguardInteractorTest : SysuiTestCase() {
        }

    @Test
    @DisableSceneContainer
    fun dismissAlpha_onGlanceableHub_doesNotEmitWhenShadeResets() =
        testScope.runTest {
            val dismissAlpha by collectValues(underTest.dismissAlpha)
@@ -452,6 +454,7 @@ class KeyguardInteractorTest : SysuiTestCase() {
        }

    @Test
    @DisableSceneContainer
    fun keyguardTranslationY_whenTransitioningToGoneAndShadeIsExpandingEmitsNonZero() =
        testScope.runTest {
            val keyguardTranslationY by collectLastValue(underTest.keyguardTranslationY)