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

Commit becd9aaf authored by Rachel Lee's avatar Rachel Lee
Browse files

Remove a obsoleted SF frontend check from test

Bug: 290634611
Test: presubmit
Test: atest AttachedChoreographerTest
Flag: EXEMPT log only
Change-Id: Iba91ddfa121d10fcca6490aee0fd0459e142f903
parent 3c6bc4d5
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);