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

Commit 2268d7a9 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Revert "Ignore broken launcher tests"" into sc-dev

parents f8bb6c02 db3f34f9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ import com.android.quickstep.views.RecentsView;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -216,7 +215,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
        return background;
    }

    @Ignore
    @Test
    @PortraitLandscape
    public void testAllAppsFromHome() throws Exception {
+0 −3
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
                .launch(mDevice.getLauncherPackageName());
    }

    @Ignore
    @Test
    public void testPressHomeOnAllAppsContextMenu() throws Exception {
        final AllApps allApps = mLauncher.getWorkspace().switchToAllApps();
@@ -235,7 +234,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
        }
    }

    @Ignore
    @Test
    @PortraitLandscape
    public void testAppIconLaunchFromAllAppsFromHome() throws Exception {
@@ -246,7 +244,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
        runIconLaunchFromAllAppsTest(this, allApps);
    }

    @Ignore
    @Test
    @PortraitLandscape
    public void testWidgets() throws Exception {