| { | |
| "presubmit": [ | |
| { | |
| "name": "CtsWebkitTestCases" | |
| }, | |
| { | |
| "name": "CtsSdkSandboxWebkitTestCases" | |
| }, | |
| { | |
| "name": "CtsHostsideWebViewTests" | |
| }, | |
| { | |
| "name": "GtsWebViewTestCases", | |
| "keywords": ["internal"], | |
| "options": [ | |
| { | |
| "exclude-annotation": "android.test.FlakyTest" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "GtsWebViewHostTestCases", | |
| "keywords": ["internal"], | |
| "options": [ | |
| { | |
| "exclude-annotation": "android.test.FlakyTest" | |
| } | |
| ] | |
| } | |
| ] | |
| } |