summaryrefslogtreecommitdiffstats
path: root/quickstep/tests/src
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-05-23 16:54:59 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-05-23 17:01:19 -0700
commit9820c05f2bb091762f334269f11061467b4ba6ba (patch)
treeee9b2f5be0ae9efb98a83be9acb8a4d893da48ed /quickstep/tests/src
parent571e51161cb1e4ab7685aca5b370fba73c5727e6 (diff)
downloadandroid_packages_apps_Trebuchet-9820c05f2bb091762f334269f11061467b4ba6ba.tar.gz
android_packages_apps_Trebuchet-9820c05f2bb091762f334269f11061467b4ba6ba.tar.bz2
android_packages_apps_Trebuchet-9820c05f2bb091762f334269f11061467b4ba6ba.zip
Removing prediciton loading state
Also fixing test flakyness due to delayed prediction loading Bug: 132993129 Bug: 131854153 Change-Id: I85f7afff0e3ee0ca9e40e92e91681f797a0bc2de
Diffstat (limited to 'quickstep/tests/src')
-rw-r--r--quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
index c6f7544fe..d9fcf4d97 100644
--- a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
+++ b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
@@ -68,11 +68,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
// Disable app tracker
AppLaunchTracker.INSTANCE.initializeForTesting(new AppLaunchTracker());
-
PredictionUiStateManager.INSTANCE.initializeForTesting(null);
- waitForLauncherCondition("Prediction never had state update",
- launcher -> PredictionUiStateManager.INSTANCE.get(
- mTargetContext).mDebugHadStateUpdate);
mCallback = PredictionUiStateManager.INSTANCE.get(mTargetContext).appPredictorCallback(
Client.HOME);