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

Commit eee05c7a authored by Andrew Xu's avatar Andrew Xu
Browse files

Disable statusBarAlphaOnCancel under Flexiglass

This CL specifies OccludedToLockscreenTransition-
ViewModelTest.statusBarAlphaOnCancel to run with Flexiglass
disabled. We will fix this test with Flexiglass later.

Bug: 427524490
Flag: EXEMPT bug_fix
Change-Id: I10e178ee8f7869b48de625ed4ffc0c7b5f802574
parent b8e1cbaa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ class OccludedToLockscreenTransitionViewModelTest : SysuiTestCase() {
        }

    @Test
    @DisableSceneContainer
    fun statusBarAlphaOnCancel() =
        testScope.runTest {
            val values by collectValues(underTest.statusBarAlpha)