blob: c1bc6d720ece045cc386de8c129240750ff91349 [file] [log] [blame]
Anna Malova4d7d9602021-01-06 14:42:09 +00001{
2 "presubmit": [
3 {
4 "name": "CtsWebkitTestCases",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.FlakyTest"
8 }
9 ]
10 },
11 {
Mateusz Zbikowski7c6023e2023-01-05 12:30:05 +000012 "name": "CtsSdkSandboxWebkitTestCases",
13 "options": [
14 {
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
16 }
17 ]
18 },
19 {
Anna Malova4d7d9602021-01-06 14:42:09 +000020 "name": "CtsHostsideWebViewTests",
21 "options": [
22 {
23 "exclude-annotation": "androidx.test.filters.FlakyTest"
24 }
25 ]
26 },
27 {
28 "name": "GtsWebViewTestCases",
29 "options": [
30 {
31 "exclude-annotation": "android.test.FlakyTest"
32 }
33 ]
34 },
35 {
36 "name": "GtsWebViewHostTestCases",
37 "options": [
38 {
39 "exclude-annotation": "android.test.FlakyTest"
40 }
41 ]
42 }
43 ]
44}