summaryrefslogtreecommitdiffstats
path: root/quickstep/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-04-30 01:10:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-04-30 01:10:51 +0000
commit97364740726cbb1a004cc4491f9024f52b1f66c1 (patch)
tree009860b92de1418ab73b9b5288d6617dbcd5330c /quickstep/tests
parentb93786dca3bafde1e61bf368c0a4e03c5963e050 (diff)
parentde84db9890ba22f8cbff3fc8296862a3fdb3a827 (diff)
downloadandroid_packages_apps_Trebuchet-97364740726cbb1a004cc4491f9024f52b1f66c1.tar.gz
android_packages_apps_Trebuchet-97364740726cbb1a004cc4491f9024f52b1f66c1.tar.bz2
android_packages_apps_Trebuchet-97364740726cbb1a004cc4491f9024f52b1f66c1.zip
Merge "Disabling fallback overview tests until the bug is fixed" into ub-launcher3-qt-dev
Diffstat (limited to 'quickstep/tests')
-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");