Small cleanup in StartLauncherViaGestureTests
Bug: 117106893 Change-Id: Iba0a571dd1c20a776fcbe1f305f163cada22befb
This commit is contained in:
parent
b226f28a8c
commit
736982d74b
|
@ -61,7 +61,7 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@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)
|
@NavigationModeSwitch(mode = Mode.TWO_BUTTON)
|
||||||
public void testPressHome() {
|
public void testPressHome() {
|
||||||
runTest(enterEvt(Launcher.ON_CREATE_EVT),
|
runTest(enterEvt(Launcher.ON_CREATE_EVT),
|
||||||
|
@ -75,14 +75,6 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
|
||||||
exitEvt(Launcher.ON_CREATE_EVT));
|
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
|
@Test
|
||||||
@NavigationModeSwitch
|
@NavigationModeSwitch
|
||||||
public void testStressPressHome() {
|
public void testStressPressHome() {
|
||||||
|
|
Loading…
Reference in New Issue