diff options
| author | 2023-03-01 19:26:10 +0000 | |
|---|---|---|
| committer | 2023-03-01 19:26:29 +0000 | |
| commit | 973f906a3798248a7406a88b02f8827980a56fb9 (patch) | |
| tree | c24fa63530d267acbc428bc08fc5c5a1394e2eed | |
| parent | e0e6952aca6961884568fcb3647b51a875cd77c0 (diff) | |
deduplicate CtsAppSearchHostTestCases from presubmit-large & presubmit
Change-Id: I2c8ac6f1db6aea68a0054d446c6197164a742520
Test: presubmit
Bug: 270214959
| -rw-r--r-- | core/java/android/content/pm/TEST_MAPPING | 42 |
1 files changed, 9 insertions, 33 deletions
diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING index f440ac7ecbb2..b6012757c35d 100644 --- a/core/java/android/content/pm/TEST_MAPPING +++ b/core/java/android/content/pm/TEST_MAPPING @@ -28,6 +28,9 @@ "path": "cts/hostsidetests/os/test_mappings/packagemanager" }, { + "path": "cts/hostsidetests/appsearch" + }, + { "path": "system/apex/tests" }, { @@ -46,6 +49,12 @@ "name": "ApkVerityTest" }, { + "name": "CtsSilentUpdateHostTestCases" + }, + { + "name": "CtsSuspendAppsTestCases" + }, + { "name": "CtsAppFgsTestCases", "file_patterns": ["(/|^)ServiceInfo[^/]*"], "options": [ @@ -111,39 +120,6 @@ ] }, { - "name": "CtsAppSearchHostTestCases", - "options": [ - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" - } - ] - }, - { - "name": "CtsSilentUpdateHostTestCases", - "options": [ - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" - } - ] - }, - { - "name": "CtsSuspendAppsTestCases", - "options": [ - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" - } - ] - }, - { "name": "CtsSuspendAppsPermissionTestCases", "options": [ { |