summaryrefslogtreecommitdiffstats
path: root/quickstep/tests/src
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-05-02 17:39:22 -0700
committervadimt <vadimt@google.com>2019-05-02 17:39:22 -0700
commitc655d7a52d703cd6235e8d5dade02836a1345099 (patch)
tree626b9ab3fed2419b6f489ddef4d363ac2ae771e2 /quickstep/tests/src
parenta0739a976393417d70bebd4d2b3c535514eafb93 (diff)
downloadandroid_packages_apps_Trebuchet-c655d7a52d703cd6235e8d5dade02836a1345099.tar.gz
android_packages_apps_Trebuchet-c655d7a52d703cd6235e8d5dade02836a1345099.tar.bz2
android_packages_apps_Trebuchet-c655d7a52d703cd6235e8d5dade02836a1345099.zip
Disabling testPredictionExistsInAllApps
It fails in the lab, and locally, when being run as a part of the whole test suite. Bug: 131772711 Change-Id: Ida5f384eb7115303e1315928822566150e1d852c
Diffstat (limited to 'quickstep/tests/src')
-rw-r--r--quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
index e028fcdf9..181713550 100644
--- a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
+++ b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
@@ -85,6 +85,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
* Test that prediction UI is updated as soon as we get predictions from the system
*/
@Test
+ @Ignore // b/131772711: this really fails (when being run as a part of the whole test suite)!
public void testPredictionExistsInAllApps() {
mActivityMonitor.startLauncher();
mLauncher.pressHome().switchToAllApps();
@@ -117,7 +118,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
}
@Test
- @Ignore
+ @Ignore // b/131772711 - this was failing in the lab
public void testPredictionsDisabled() {
mActivityMonitor.startLauncher();
sendPredictionUpdate();