From c7fefa6151f15c0d0e2a84453e2b486dd8bba340 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Wed, 1 May 2019 15:53:43 -0700 Subject: [PATCH] Disabling flaky test Bug: 131772711 Change-Id: I98a20223845aa66c77e7a4b6fc1b9415ed046a86 --- .../tests/src/com/android/quickstep/AppPredictionsUITests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java index 6440319304..e028fcdf9d 100644 --- a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java +++ b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java @@ -40,6 +40,7 @@ import com.android.launcher3.model.AppLaunchTracker; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -116,6 +117,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest { } @Test + @Ignore public void testPredictionsDisabled() { mActivityMonitor.startLauncher(); sendPredictionUpdate();