Disabling fallback overview tests until the bug is fixed
Please reenable once fixed. Bug: 131630813 Change-Id: Idb6f59c5e785180c96fce10365a2b070558abcdd
This commit is contained in:
@@ -44,6 +44,7 @@ import com.android.launcher3.tapl.LauncherInstrumentation;
|
||||
import com.android.launcher3.testcomponent.TestCommandReceiver;
|
||||
import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.rules.TestRule;
|
||||
@@ -97,6 +98,7 @@ public class FallbackRecentsTest {
|
||||
|
||||
@NavigationModeSwitch(mode = THREE_BUTTON)
|
||||
@Test
|
||||
@Ignore // b/131630813
|
||||
public void goToOverviewFromHome() {
|
||||
mDevice.pressHome();
|
||||
assertTrue("Fallback Launcher not visible", mDevice.wait(Until.hasObject(By.pkg(
|
||||
@@ -107,6 +109,7 @@ public class FallbackRecentsTest {
|
||||
|
||||
@NavigationModeSwitch(mode = THREE_BUTTON)
|
||||
@Test
|
||||
@Ignore // b/131630813
|
||||
public void goToOverviewFromApp() {
|
||||
startAppFast("com.android.settings");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user