diff options
| -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", |