aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Malova <amalova@google.com>2020-11-03 15:20:24 +0000
committerAnna Malova <amalova@google.com>2020-11-09 16:49:32 +0000
commit2b4715bc0f988e933ce73f87a91bf5a886c7107c (patch)
tree4a1e0bc7c987abf2df5ebdb61fd9af64adb9ce6f
parent02ca203484ab9c7480914872ac252c9196aab6f0 (diff)
downloadchromium-webview-2b4715bc0f988e933ce73f87a91bf5a886c7107c.tar.gz
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
-rw-r--r--TEST_MAPPING20
1 files changed, 20 insertions, 0 deletions
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"
+ }
+ ]
+ }
+ ]
+}