diff options
author | easoncylee <easoncylee@google.com> | 2019-12-08 22:51:13 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-12-08 22:51:13 -0800 |
commit | 1222d756d14cce83b4fa44e776fbb3caef0f04c4 (patch) | |
tree | 7e71d0b1c08c0ce62bcd9bb49fa34ac83c482446 /TEST_MAPPING | |
parent | f0f09efa1e429a9fbdadcfabc7d2793267d78fb1 (diff) | |
parent | 3f6177c54a27d5bbe41fc5e29241254cdc62cdc2 (diff) |
Merge "Convert apct/framework/ext_services_test-cloud-tf and apct/framework/testables_test-cloud-tf to Test Mapping Suite." am: 0b51af2540
am: 3f6177c54a
Change-Id: I5506a16b74b49fe0ae1165bd1c866fc043022d77
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" + } + ] } ] } |