Temporarily ignoring flaky test checking mDevice.pressRecentApps()
Change-Id: I60fba4425e10fca5b06dd72f4d98aedc1b9a578e
This commit is contained in:
parent
09b9144746
commit
9b4671f806
|
@ -41,6 +41,7 @@ import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
|
||||||
import com.android.quickstep.views.RecentsView;
|
import com.android.quickstep.views.RecentsView;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.rules.TestWatcher;
|
import org.junit.rules.TestWatcher;
|
||||||
|
@ -71,6 +72,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@PortraitLandscape
|
@PortraitLandscape
|
||||||
|
@Ignore
|
||||||
public void testPressRecentAppsLauncherAndGetOverview() throws RemoteException {
|
public void testPressRecentAppsLauncherAndGetOverview() throws RemoteException {
|
||||||
mDevice.pressRecentApps();
|
mDevice.pressRecentApps();
|
||||||
waitForState("Launcher internal state didn't switch to Overview", LauncherState.OVERVIEW);
|
waitForState("Launcher internal state didn't switch to Overview", LauncherState.OVERVIEW);
|
||||||
|
|
Loading…
Reference in New Issue