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

Commit 758b014f authored by Darrell Shi's avatar Darrell Shi
Browse files

Disable some status bar tests on scene container

Test: atest KeyguardStatusBarViewController
Fix: 416709941
Flag: EXEMPT test change only
Change-Id: Ifbdfc768d28b30f86b4370cf850a0c41577543cc
parent 5dc094ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -830,6 +830,7 @@ class KeyguardStatusBarViewControllerTest : SysuiTestCase() {
    }

    @Test
    @DisableSceneContainer
    @DisableFlags(Flags.FLAG_GLANCEABLE_HUB_V2)
    fun animateToGlanceableHub_v2Disabled_affectsAlpha() =
        testScope.runTest {
@@ -851,6 +852,7 @@ class KeyguardStatusBarViewControllerTest : SysuiTestCase() {
        }

    @Test
    @DisableSceneContainer
    @DisableFlags(Flags.FLAG_GLANCEABLE_HUB_V2)
    fun animateToGlanceableHub_v2Disabled_alphaResetOnCommunalNotShowing() =
        testScope.runTest {
@@ -883,6 +885,7 @@ class KeyguardStatusBarViewControllerTest : SysuiTestCase() {
        }

    @Test
    @DisableSceneContainer
    @DisableFlags(Flags.FLAG_GLANCEABLE_HUB_V2)
    fun dragDownShadeOverGlanceableHub_v2Disabled_alphaRemainsZero() =
        testScope.runTest {
@@ -915,6 +918,7 @@ class KeyguardStatusBarViewControllerTest : SysuiTestCase() {
        }

    @Test
    @DisableSceneContainer
    @EnableFlags(Flags.FLAG_GLANCEABLE_HUB_V2)
    fun animateToGlanceableHub_v2Enabled_alphaDoesNotChange() =
        testScope.runTest {