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

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

Merge "Remove a obsoleted SF frontend check from test" into main

parents b504d427 becd9aaf
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -105,11 +105,6 @@ public class AttachedChoreographerTest {

        UiDevice uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation());

        // TODO(b/290634611): clean this up once SF new front end is enabled by default
        boolean sfNewFeEnabled = uiDevice.executeShellCommand("dumpsys SurfaceFlinger")
                .indexOf("SurfaceFlinger New Frontend Enabled:true") != -1;
        assumeTrue(sfNewFeEnabled);

        uiDevice.wakeUp();
        uiDevice.executeShellCommand("wm dismiss-keyguard");
        mScenario.moveToState(Lifecycle.State.RESUMED);