From 4932b90c4feebb7f59b2a21159ab8aec874fea46 Mon Sep 17 00:00:00 2001 From: Songchun Fan Date: Wed, 27 Apr 2022 23:40:52 +0000 Subject: [PATCH] [pm] remove some tests from staged platinum tests The remaining tests have a low flakiness rate and a total runtime < 30mins. BUG: 140252512 Test: n/a Change-Id: Ic7631db5fd4e3c28a7b7cbe464bf46be93c4c05c --- core/java/android/content/pm/TEST_MAPPING | 31 ----------------------- 1 file changed, 31 deletions(-) diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING index cc62d5337c02a..9cd201a1acbc5 100644 --- a/core/java/android/content/pm/TEST_MAPPING +++ b/core/java/android/content/pm/TEST_MAPPING @@ -167,15 +167,6 @@ { "name": "CtsIncrementalInstallHostTestCases" }, - { - "name": "CtsInstallHostTestCases" - }, - { - "name": "CtsStagedInstallHostTestCases" - }, - { - "name": "CtsExtractNativeLibsHostTestCases" - }, { "name": "CtsAppSecurityHostTestCases", "options": [ @@ -187,17 +178,6 @@ } ] }, - { - "name": "FrameworksServicesTests", - "options": [ - { - "include-filter": "com.android.server.pm.PackageParserTest" - } - ] - }, - { - "name": "CtsRollbackManagerHostTestCases" - }, { "name": "CtsContentTestCases", "options": [ @@ -205,17 +185,6 @@ "include-filter": "android.content.cts.IntentFilterTest" } ] - }, - { - "name": "CtsAppEnumerationTestCases" - }, - { - "name": "PackageManagerServiceUnitTests", - "options": [ - { - "include-filter": "com.android.server.pm.test.verify.domain" - } - ] } ] }