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

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

Merge "[flexiglass] Disable unnecessary CentralSurfacesImplTests" into main

parents ac6c7708 d0b55fb6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1136,7 +1136,8 @@ public class CentralSurfacesImplTest extends SysuiTestCase {
    }

    @Test
    @Ignore("b/416718983")
    // When the scene container is enabled, StatusBarStateController.setState() is no longer needed.
    @DisableSceneContainer
    public void testKeyguardHideDelayedIfOcclusionAnimationRunning() {
        // Show the keyguard and verify we've done so.
        setKeyguardShowingAndOccluded(true /* showing */, false /* occluded */);
@@ -1156,7 +1157,8 @@ public class CentralSurfacesImplTest extends SysuiTestCase {
    }

    @Test
    @Ignore("b/416718983")
    // When the scene container is enabled, StatusBarStateController.setState() is no longer needed.
    @DisableSceneContainer
    public void testKeyguardHideNotDelayedIfOcclusionAnimationNotRunning() {
        // Show the keyguard and verify we've done so.
        setKeyguardShowingAndOccluded(true /* showing */, false /* occluded */);