diff options
| author | 2022-09-29 02:03:01 +0000 | |
|---|---|---|
| committer | 2022-09-29 02:03:01 +0000 | |
| commit | cee1239a5a3e4b95c16612264499f712546cee14 (patch) | |
| tree | 143fab392c86d34b334c9347cae00e53af97ec72 | |
| parent | 7fc1f0cb646b382d2b42430a046b76ee60e45028 (diff) | |
| parent | 9803a8b2e88bc3db6c52e1b6fe0c6d75860fc151 (diff) | |
Merge "Not running SysUI tests as a part of presubmit-large suite" into tm-qpr-dev
| -rw-r--r-- | packages/SystemUI/TEST_MAPPING | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 26feaf979b20..cd45b8ea9f61 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -1,25 +1,6 @@ { // Looking for unit test presubmit configuration? // This currently lives in ATP config apct/system_ui/unit_test - "presubmit-large": [ - { - "name": "PlatformScenarioTests", - "options": [ - { - "include-filter": "android.platform.test.scenario.sysui" - }, - { - "include-annotation": "android.platform.test.scenario.annotation.Scenario" - }, - { - "exclude-annotation": "org.junit.Ignore" - }, - { - "exclude-annotation": "android.platform.test.annotations.Postsubmit" - } - ] - } - ], "presubmit-sysui": [ { "name": "PlatformScenarioTests", |