diff options
| author | 2020-09-30 18:51:27 +0000 | |
|---|---|---|
| committer | 2020-09-30 18:51:27 +0000 | |
| commit | 46758cfa15a90dfedb8049d59dbabedfaeb54ee2 (patch) | |
| tree | 9b8f6539f6ab69ba5427a758954998e063176140 | |
| parent | dfd56946f8b14c4430072c3aa2a379a54311b02c (diff) | |
| parent | 5ecc346607cc649080f32f903b8c635e8e0dda3f (diff) | |
Merge "Ignore flaky testPredictionStrikesBack"
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/usage/AppStandbyControllerTests.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 2c645268e190..0c6d6388b458 100644 --- a/services/tests/servicestests/src/com/android/server/usage/AppStandbyControllerTests.java +++ b/services/tests/servicestests/src/com/android/server/usage/AppStandbyControllerTests.java @@ -84,6 +84,7 @@ import com.android.server.SystemService; import com.android.server.usage.AppStandbyInternal.AppIdleStateChangeListener; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -703,6 +704,7 @@ 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 |