summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreasoncylee <easoncylee@google.com>2019-11-30 15:19:48 +0800
committereasoncylee <easoncylee@google.com>2019-12-04 12:45:24 +0800
commit955d210fbb16be5050127035df967e5fc8df7197 (patch)
treefc4a5bc7eb9c197d8fb5fac1ca4d298312b841ef
parent023e1e453bb97c683be69d25f97510f8ddb96b48 (diff)
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
-rw-r--r--TEST_MAPPING12
1 files changed, 12 insertions, 0 deletions
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"
+ }
+ ]
+ }
+ ]
+}