Loading quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +0 −12 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import android.content.Intent; import android.os.RemoteException; import androidx.test.filters.LargeTest; import androidx.test.runner.AndroidJUnit4; Loading Loading @@ -83,17 +82,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { isInBackground(launcher))); } @Test @PortraitLandscape @Ignore // Enable after b/131115533 public void testPressRecentAppsLauncherAndGetOverview() throws RemoteException { mDevice.pressRecentApps(); waitForState("Launcher internal state didn't switch to Overview", () -> LauncherState.OVERVIEW); assertNotNull("getOverview() returned null", mLauncher.getOverview()); } @Test @NavigationModeSwitch @PortraitLandscape Loading Loading
quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +0 −12 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import android.content.Intent; import android.os.RemoteException; import androidx.test.filters.LargeTest; import androidx.test.runner.AndroidJUnit4; Loading Loading @@ -83,17 +82,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { isInBackground(launcher))); } @Test @PortraitLandscape @Ignore // Enable after b/131115533 public void testPressRecentAppsLauncherAndGetOverview() throws RemoteException { mDevice.pressRecentApps(); waitForState("Launcher internal state didn't switch to Overview", () -> LauncherState.OVERVIEW); assertNotNull("getOverview() returned null", mLauncher.getOverview()); } @Test @NavigationModeSwitch @PortraitLandscape Loading