From de84db9890ba22f8cbff3fc8296862a3fdb3a827 Mon Sep 17 00:00:00 2001 From: vadimt Date: Mon, 29 Apr 2019 16:28:29 -0700 Subject: [PATCH] Disabling fallback overview tests until the bug is fixed Please reenable once fixed. Bug: 131630813 Change-Id: Idb6f59c5e785180c96fce10365a2b070558abcdd --- .../tests/src/com/android/quickstep/FallbackRecentsTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java b/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java index 20fdff2c55..960d907dca 100644 --- a/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java +++ b/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java @@ -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");