From 955d210fbb16be5050127035df967e5fc8df7197 Mon Sep 17 00:00:00 2001 From: easoncylee Date: Sat, 30 Nov 2019 15:19:48 +0800 Subject: [PATCH] Convert apct/framework/ui_services_test-cloud-tf to Test Mapping Suite. This CL is to convert CF presubmit tests to run in Test Mapping suite. It has been verified that the test coverage is the same as the original ATP config. Bug: 145165552 Bug: 145485387 Test: TreeHugger atest FrameworksUiServicesTests Change-Id: Ie16ed765247278b79284b445296fbb0e81d41bf5 Merged-In: Ie16ed765247278b79284b445296fbb0e81d41bf5 --- TEST_MAPPING | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TEST_MAPPING diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 000000000000..1e0b58ef973c --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "FrameworksUiServicesTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + } + ] +}