blob: 07f438329e433ece47122da3ba4022eac3062775 [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",
Dan Shi0da4f152023-09-28 20:19:26 +000029 "keywords": ["internal"],
Anna Malova4d7d9602021-01-06 14:42:09 +000030 "options": [
31 {
32 "exclude-annotation": "android.test.FlakyTest"
33 }
34 ]
35 },
36 {
37 "name": "GtsWebViewHostTestCases",
Dan Shi0da4f152023-09-28 20:19:26 +000038 "keywords": ["internal"],
Anna Malova4d7d9602021-01-06 14:42:09 +000039 "options": [
40 {
41 "exclude-annotation": "android.test.FlakyTest"
42 }
43 ]
44 }
45 ]
46}