Merge "Ignore broken launcher tests" into sc-dev

This commit is contained in:
Lucas Dupin
2021-02-11 23:15:39 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 0 deletions
@@ -42,6 +42,7 @@ 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;
@@ -215,6 +216,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
return background;
}
@Ignore
@Test
@PortraitLandscape
public void testAllAppsFromHome() throws Exception {
@@ -110,6 +110,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
.launch(mDevice.getLauncherPackageName());
}
@Ignore
@Test
public void testPressHomeOnAllAppsContextMenu() throws Exception {
final AllApps allApps = mLauncher.getWorkspace().switchToAllApps();
@@ -234,6 +235,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
}
}
@Ignore
@Test
@PortraitLandscape
public void testAppIconLaunchFromAllAppsFromHome() throws Exception {
@@ -244,6 +246,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
runIconLaunchFromAllAppsTest(this, allApps);
}
@Ignore
@Test
@PortraitLandscape
public void testWidgets() throws Exception {