Small cleanup in StartLauncherViaGestureTests
am: 736982d74b
Change-Id: I81bdf0f1dfc1ee80a980b1283a668eee66a689fe
This commit is contained in:
@@ -61,7 +61,7 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore // Ignoring until gestural navigation event sequence settles
|
||||
@Ignore // Ignoring until race condition repro framework is changes for multi-process case.
|
||||
@NavigationModeSwitch(mode = Mode.TWO_BUTTON)
|
||||
public void testPressHome() {
|
||||
runTest(enterEvt(Launcher.ON_CREATE_EVT),
|
||||
@@ -75,14 +75,6 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
|
||||
exitEvt(Launcher.ON_CREATE_EVT));
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore // Ignoring until gestural navigation event sequence settles
|
||||
@NavigationModeSwitch(mode = Mode.TWO_BUTTON)
|
||||
public void testSwipeToOverview() {
|
||||
closeLauncherActivity();
|
||||
mLauncher.getBackground().switchToOverview();
|
||||
}
|
||||
|
||||
@Test
|
||||
@NavigationModeSwitch
|
||||
public void testStressPressHome() {
|
||||
|
||||
Reference in New Issue
Block a user