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

Commit b0a14e96 authored by vadimt's avatar vadimt
Browse files

Removing temporary tweaks to make tests pass in presubmit

Now that we have a more reliable build of CF

Bug: 142828227
Change-Id: Ib385443048b6ccd9e1eb3372dc39947536f948bd
parent 238343a6
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -95,11 +95,6 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
    @Test
    @NavigationModeSwitch
    public void testStressSwipeToOverview() {
        // b/142828227
        if (android.os.Build.MODEL.contains("Cuttlefish") && TestHelpers.isInLauncherProcess() &&
                (RUN_FLAFOR & (PLATFORM_PRESUBMIT | UNBUNDLED_PRESUBMIT)) != 0) {
            return;
        }
        for (int i = 0; i < STRESS_REPEAT_COUNT; ++i) {
            // Destroy Launcher activity.
            closeLauncherActivity();
+0 −5
Original line number Diff line number Diff line
@@ -177,11 +177,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {

    @Test
    public void testWorkspace() throws Exception {
        // b/142828227
        if (android.os.Build.MODEL.contains("Cuttlefish") && TestHelpers.isInLauncherProcess() &&
                (RUN_FLAFOR & (PLATFORM_PRESUBMIT | UNBUNDLED_PRESUBMIT)) != 0) {
            return;
        }
        final Workspace workspace = mLauncher.getWorkspace();

        // Test that ensureWorkspaceIsScrollable adds a page by dragging an icon there.