summaryrefslogtreecommitdiffstats
path: root/quickstep/tests/src
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-04-29 16:28:29 -0700
committervadimt <vadimt@google.com>2019-04-29 16:28:29 -0700
commitde84db9890ba22f8cbff3fc8296862a3fdb3a827 (patch)
tree056b90e926b5557b677c020fffa799d87c9eca51 /quickstep/tests/src
parentdd165d2d7cac289df4de379cc8bad98d60773cc0 (diff)
downloadandroid_packages_apps_Trebuchet-de84db9890ba22f8cbff3fc8296862a3fdb3a827.tar.gz
android_packages_apps_Trebuchet-de84db9890ba22f8cbff3fc8296862a3fdb3a827.tar.bz2
android_packages_apps_Trebuchet-de84db9890ba22f8cbff3fc8296862a3fdb3a827.zip
Disabling fallback overview tests until the bug is fixed
Please reenable once fixed. Bug: 131630813 Change-Id: Idb6f59c5e785180c96fce10365a2b070558abcdd
Diffstat (limited to 'quickstep/tests/src')
-rw-r--r--quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java b/quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java
index 20fdff2c5..960d907dc 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");