From 93e8b57dbca84c2be38baf753cfe294657e15287 Mon Sep 17 00:00:00 2001 From: Michael Wachenschwanz Date: Thu, 5 Nov 2020 14:21:28 -0800 Subject: [PATCH] Actually ignore flaky testPredictionStrikesBack Bug: 169243254 Test: n/a Change-Id: If7f9d1871fcc9c6d37e6237c7c79a73fea95ba81 --- .../src/com/android/server/usage/AppStandbyControllerTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/tests/servicestests/src/com/android/server/usage/AppStandbyControllerTests.java b/services/tests/servicestests/src/com/android/server/usage/AppStandbyControllerTests.java index c43050386dcfc..0ad669f32060d 100644 --- a/services/tests/servicestests/src/com/android/server/usage/AppStandbyControllerTests.java +++ b/services/tests/servicestests/src/com/android/server/usage/AppStandbyControllerTests.java @@ -728,7 +728,6 @@ public class AppStandbyControllerTests { assertEquals(STANDBY_BUCKET_ACTIVE, getStandbyBucket(mController, PACKAGE_1)); } - @Ignore @Test public void testPredictionTimedOut() throws Exception { // Set it to timeout or usage, so that prediction can override it @@ -1257,6 +1256,7 @@ public class AppStandbyControllerTests { assertBucket(STANDBY_BUCKET_ACTIVE); } + @Ignore @Test public void testPredictionStrikesBack() throws Exception { reportEvent(mController, USER_INTERACTION, 0, PACKAGE_1);