From c655d7a52d703cd6235e8d5dade02836a1345099 Mon Sep 17 00:00:00 2001 From: vadimt Date: Thu, 2 May 2019 17:39:22 -0700 Subject: [PATCH] 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 --- .../tests/src/com/android/quickstep/AppPredictionsUITests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java index e028fcdf9d..1817135504 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();