diff options
author | easoncylee <easoncylee@google.com> | 2019-12-03 16:40:05 +0800 |
---|---|---|
committer | easoncylee <easoncylee@google.com> | 2020-01-13 11:13:27 +0800 |
commit | 72ef0277c3a0010b05d625a291b72c04a43e2494 (patch) | |
tree | eb891a93f9efc85b2d838912c9880f3e55ddebe4 /telephony/TEST_MAPPING | |
parent | f61d2347c05bdc948d9662e7a40710a871a3d6bb (diff) |
Convert apct/telephonycomm/all_unit_tests to Test Mapping Suite.
Bug: 145165552
Bug: 147338431
Test: TreeHugger
atest TelecomUnitTests
atest TelephonyProviderTests
atest TeleServiceTests
Change-Id: Ie03fbe458ce1ada83fb68593665952e7015aee52
Diffstat (limited to 'telephony/TEST_MAPPING')
-rw-r--r-- | telephony/TEST_MAPPING | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/telephony/TEST_MAPPING b/telephony/TEST_MAPPING new file mode 100644 index 000000000000..d58566673eec --- /dev/null +++ b/telephony/TEST_MAPPING @@ -0,0 +1,29 @@ +{ + "presubmit": [ + { + "name": "TeleServiceTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + "name": "TelecomUnitTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + "name": "TelephonyProviderTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + } + ] +} + |