diff options
| author | 2022-08-11 15:58:45 +0000 | |
|---|---|---|
| committer | 2022-08-11 15:58:45 +0000 | |
| commit | b6e84328af735a0de461b0fc831f82ffec46f019 (patch) | |
| tree | ea46d2a995dd3777e32292859b4a837b3315735f | |
| parent | cd9483ab0fb6ade31b3a65d92f9d82e992fea9c4 (diff) | |
| parent | 95e92a78d51140f877b6d468eaefb391af37ad7a (diff) | |
Merge "Ironwood sysui test-mapping"
| -rw-r--r-- | packages/SystemUI/TEST_MAPPING | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 154a6fca9d09..26feaf979b20 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -137,6 +137,22 @@ ] } ], + "ironwood-postsubmit": [ + { + "name": "PlatformScenarioTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.IwTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + }, + { + "include-filter": "android.platform.test.scenario.sysui" + } + ] + } + ], "auto-end-to-end-postsubmit": [ { "name": "AndroidAutomotiveHomeTests", |