diff options
author | Chris Poultney <poultney@google.com> | 2023-01-06 16:28:38 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2023-01-06 16:28:38 +0000 |
commit | d66a10731c5a946bc4df2956bbf9e6e8712138ca (patch) | |
tree | cc3920bcd842359f259da1a56bcae7126ae2f0b6 | |
parent | 2f0d97629d6a3ca0110f3925f4090fe0831a1eba (diff) | |
parent | 20cac4f8cfb721f6fd79aee80e745878b97c3eec (diff) |
Merge "Add ThemePicker instrumented tests to presubmit" into tm-qpr-dev
-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" + } + ] + } + ] +} |