diff options
| author | 2023-03-03 15:03:24 +0000 | |
|---|---|---|
| committer | 2023-03-03 15:03:24 +0000 | |
| commit | 1090db2ef13ec44714a2f6934421e7d7db166ca6 (patch) | |
| tree | 60b41137b3e888709cbccbf1d87b588f90703b37 | |
| parent | 492ddfb55e4d622fd12998b96d8c17162359c986 (diff) | |
| parent | 973f906a3798248a7406a88b02f8827980a56fb9 (diff) | |
Merge "deduplicate CtsAppSearchHostTestCases from presubmit-large & presubmit" into udc-dev
| -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": [ { |