commit | 20cac4f8cfb721f6fd79aee80e745878b97c3eec | [log] [tgz] |
---|---|---|
author | Chris Poultney <poultney@google.com> | Wed Dec 21 19:24:18 2022 +0000 |
committer | Chris Poultney <poultney@google.com> | Wed Jan 04 21:30:39 2023 +0000 |
tree | d1c44d6b3c3509adb8b92f3c7183d31f158e9f5d | |
parent | 8fc14344ce8afdcf6a8238b7783ae3f2b5fb0460 [diff] [blame] |
Add ThemePicker instrumented tests to presubmit Fixes: 249505965 Test: Test changes only Change-Id: I368211dc8c095e4a5d385a7cdaf81b861fd23d8d
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 0000000..0bde595 --- /dev/null +++ b/TEST_MAPPING
@@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "ThemePickerTests", + "options": [ + { + "exclude-annotation": "org.junit.Ignore" + } + ] + } + ] +}