From 72ef0277c3a0010b05d625a291b72c04a43e2494 Mon Sep 17 00:00:00 2001 From: easoncylee Date: Tue, 3 Dec 2019 16:40:05 +0800 Subject: 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 --- telephony/TEST_MAPPING | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 telephony/TEST_MAPPING (limited to 'telephony/TEST_MAPPING') 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" + } + ] + } + ] +} + -- cgit v1.2.3