summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-08 23:55:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-08 23:55:51 +0000
commitf30a95c843483ca67696d5604da07f226b02f7cb (patch)
treec6fdaf244b54f4e9ba41e15baffc7a40d3a840d7
parent4244b717cd93e6752aac11be2e71a5e258c2e019 (diff)
parent32acd8793d8424832374185986ca9cccd84c9550 (diff)
downloadcts-aml_per_331611010.tar.gz
Merge cherrypicks of ['googleplex-android-review.googlesource.com/21325726'] into sparse-9572111-L85900000958520244.aml_per_331611010
SPARSE_CHANGE: I8c98a74afe0f21eedc618943c66abc1f689b9592 Change-Id: Ia6ede8b4941adfe09f62b0f128b7c44f7cdb9bd7
-rw-r--r--tests/tests/hibernation/src/android/hibernation/cts/AppHibernationIntegrationTest.kt2
-rw-r--r--tests/tests/hibernation/src/android/hibernation/cts/AutoRevokeTest.kt1
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/tests/hibernation/src/android/hibernation/cts/AppHibernationIntegrationTest.kt b/tests/tests/hibernation/src/android/hibernation/cts/AppHibernationIntegrationTest.kt
index 3a9969e11b9..a7c5f490573 100644
--- a/tests/tests/hibernation/src/android/hibernation/cts/AppHibernationIntegrationTest.kt
+++ b/tests/tests/hibernation/src/android/hibernation/cts/AppHibernationIntegrationTest.kt
@@ -64,7 +64,6 @@ import org.junit.Assert.assertTrue
import org.junit.Assume.assumeFalse
import org.junit.Before
import org.junit.BeforeClass
-import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -138,7 +137,6 @@ class AppHibernationIntegrationTest {
}
@Test
- @Ignore("b/201545116")
fun testUnusedApp_getsForceStopped() {
withUnusedThresholdMs(TEST_UNUSED_THRESHOLD) {
withApp(APK_PATH_S_APP, APK_PACKAGE_NAME_S_APP) {
diff --git a/tests/tests/hibernation/src/android/hibernation/cts/AutoRevokeTest.kt b/tests/tests/hibernation/src/android/hibernation/cts/AutoRevokeTest.kt
index 1adc0281893..34ad254ff2f 100644
--- a/tests/tests/hibernation/src/android/hibernation/cts/AutoRevokeTest.kt
+++ b/tests/tests/hibernation/src/android/hibernation/cts/AutoRevokeTest.kt
@@ -194,7 +194,6 @@ class AutoRevokeTest {
@AppModeFull(reason = "Uses separate apps for testing")
@Test
- @Ignore("b/201545116")
fun testUnusedApp_uninstallApp() {
assumeFalse(
"Unused apps screen may be unavailable on TV",