From aa766608b95a532672e085ec415e5e3701a851a9 Mon Sep 17 00:00:00 2001 From: Ian Kasprzak Date: Fri, 6 Sep 2019 12:13:56 -0700 Subject: [PATCH] Re-enable testAppZygoteServices in pre-submit. Code that caused it to fail was fixed. Bug: 139535125 Test: atest android.app.cts.ServiceTest#testAppZygoteServices Change-Id: I5f8eed38d4a8a56e750a6bb7fa7d397d9cd4c13d Merged-In: I2bce277ff8f2de4614e19d5385fe6712b076f9c9 Exempt-From-Owner-Approval: Re-enabling fixed TEST_MAPPING tests for AOSP after Q push. --- services/core/java/com/android/server/am/TEST_MAPPING | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/core/java/com/android/server/am/TEST_MAPPING b/services/core/java/com/android/server/am/TEST_MAPPING index 2c2013c89bab6..884e7a564e564 100644 --- a/services/core/java/com/android/server/am/TEST_MAPPING +++ b/services/core/java/com/android/server/am/TEST_MAPPING @@ -18,9 +18,6 @@ { "exclude-filter": "android.app.cts.AlarmManagerTest#testSetRepeating" }, - { - "exclude-filter": "android.app.cts.ServiceTest#testAppZygoteServices" - }, { "exclude-filter": "android.app.cts.SystemFeaturesTest#testLocationFeatures" },