From 2b4715bc0f988e933ce73f87a91bf5a886c7107c Mon Sep 17 00:00:00 2001 From: Anna Malova Date: Tue, 3 Nov 2020 15:20:24 +0000 Subject: Add TEST_MAPPING to run WebView CTS tests in presubmit. Test results will be available to view in go/test-mapping-dashboard. Bug: 171708918 Test: atest --test-mapping Change-Id: I97bd749bfa4717ed17a601694c509b98b5c9e697 --- TEST_MAPPING | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TEST_MAPPING diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 0000000..e39cbc4 --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,20 @@ +{ + "presubmit": [ + { + "name": "CtsWebkitTestCases", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + "name": "CtsHostsideWebViewTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + } + ] +} -- cgit v1.2.3