diff options
author | Chris Poultney <poultney@google.com> | 2022-12-21 19:24:18 +0000 |
---|---|---|
committer | Chris Poultney <poultney@google.com> | 2023-01-04 21:30:39 +0000 |
commit | 20cac4f8cfb721f6fd79aee80e745878b97c3eec (patch) | |
tree | d1c44d6b3c3509adb8b92f3c7183d31f158e9f5d | |
parent | 8fc14344ce8afdcf6a8238b7783ae3f2b5fb0460 (diff) |
Add ThemePicker instrumented tests to presubmit
Fixes: 249505965
Test: Test changes only
Change-Id: I368211dc8c095e4a5d385a7cdaf81b861fd23d8d
-rw-r--r-- | TEST_MAPPING | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 00000000..0bde5956 --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "ThemePickerTests", + "options": [ + { + "exclude-annotation": "org.junit.Ignore" + } + ] + } + ] +} |