summaryrefslogtreecommitdiff
path: root/core/java/android/content
diff options
context:
space:
mode:
authorSongchun Fan <schfan@google.com>2022-04-27 23:40:52 +0000
committerSongchun Fan <schfan@google.com>2022-04-28 17:41:09 +0000
commit4932b90c4feebb7f59b2a21159ab8aec874fea46 (patch)
treec57088b69ece1689ad5ab44e839e71578018c00a /core/java/android/content
parent1fc50caf0e600b273c3dbef0909ab3d02e06d0e1 (diff)
[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
Diffstat (limited to 'core/java/android/content')
-rw-r--r--core/java/android/content/pm/TEST_MAPPING31
1 files changed, 0 insertions, 31 deletions
diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING
index cc62d5337c02..9cd201a1acbc 100644
--- a/core/java/android/content/pm/TEST_MAPPING
+++ b/core/java/android/content/pm/TEST_MAPPING
@@ -168,15 +168,6 @@
"name": "CtsIncrementalInstallHostTestCases"
},
{
- "name": "CtsInstallHostTestCases"
- },
- {
- "name": "CtsStagedInstallHostTestCases"
- },
- {
- "name": "CtsExtractNativeLibsHostTestCases"
- },
- {
"name": "CtsAppSecurityHostTestCases",
"options": [
{
@@ -188,34 +179,12 @@
]
},
{
- "name": "FrameworksServicesTests",
- "options": [
- {
- "include-filter": "com.android.server.pm.PackageParserTest"
- }
- ]
- },
- {
- "name": "CtsRollbackManagerHostTestCases"
- },
- {
"name": "CtsContentTestCases",
"options": [
{
"include-filter": "android.content.cts.IntentFilterTest"
}
]
- },
- {
- "name": "CtsAppEnumerationTestCases"
- },
- {
- "name": "PackageManagerServiceUnitTests",
- "options": [
- {
- "include-filter": "com.android.server.pm.test.verify.domain"
- }
- ]
}
]
}