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

Commit 12acb455 authored by vadimt's avatar vadimt
Browse files

Partial cleanup after b/143488140

Apparently, failures in constructor don't have screenshots.

Test: presubmit
Bug: 177318681
Change-Id: I8d354658c01fd2f06fb559b0fe5506d0058688b4
parent fbea50d8
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -139,10 +139,6 @@ public class FallbackRecentsTest {
                    TestCommandReceiver.GET_SYSTEM_HEALTH_MESSAGE, startTime.toString()).
                    getString("result"));
        }
        // b/143488140
        mDevice.pressHome();
        mDevice.waitForIdle();
        startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR));
    }

    // b/143488140