diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2019-12-09 06:39:52 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-12-09 06:39:52 +0000 |
commit | 0b51af2540ffba7aa6da2761d7ed7ac2fb1ec8b0 (patch) | |
tree | 8c46ca0c7fec3c60228e3f4aceee10115a95408f /TEST_MAPPING | |
parent | 60675ece9a04dc3ca2d284a2d72eddfae1a90376 (diff) | |
parent | 90857edbbefad6246b04639c55e1985d24d7c550 (diff) |
Merge "Convert apct/framework/ext_services_test-cloud-tf and apct/framework/testables_test-cloud-tf to Test Mapping Suite."
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 1e0b58ef973c..ecd307840573 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -7,6 +7,22 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] + }, + { + "name": "ExtServicesUnitTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + "name": "TestablesTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] } ] } |