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

Commit 092bb913 authored by Darrell Shi's avatar Darrell Shi Committed by Android (Google) Code Review
Browse files

Merge "Disable some status bar tests on scene container" into main

parents f50c2064 758b014f
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 {