diff options
| author | 2020-01-14 02:41:10 +0000 | |
|---|---|---|
| committer | 2020-01-14 02:41:10 +0000 | |
| commit | b90330ea860936e30bab73bca75d62a052016633 (patch) | |
| tree | 4027e184ad5bc0a1f5331046c83e582256a55a6b | |
| parent | bd7c75490e28a0ce078f519f2e7c561c342d1bfd (diff) | |
| parent | 72ef0277c3a0010b05d625a291b72c04a43e2494 (diff) | |
Merge "Convert apct/telephonycomm/all_unit_tests to Test Mapping Suite."
| -rw-r--r-- | telecomm/TEST_MAPPING | 29 | ||||
| -rw-r--r-- | telephony/TEST_MAPPING | 29 |
2 files changed, 58 insertions, 0 deletions
diff --git a/telecomm/TEST_MAPPING b/telecomm/TEST_MAPPING new file mode 100644 index 000000000000..d58566673eec --- /dev/null +++ b/telecomm/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" + } + ] + } + ] +} + 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" + } + ] + } + ] +} + |