blob: 7545cb0c30981a1a53e250085d3808b4f20dde11 [file] [log] [blame]
Baligh Uddin6a41dd42020-11-04 04:21:14 +00001{
2 // TODO: move to mainline-presubmit once supported
3 "presubmit": [
4 {
5 "name": "CtsNetTestCasesLatestSdk",
6 "options": [
7 {
8 "exclude-annotation": "com.android.testutils.SkipPresubmit"
9 }
10 ]
11 }
12 ],
13 "mainline-presubmit": [
14 {
15 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
16 "options": [
17 {
18 "exclude-annotation": "com.android.testutils.SkipPresubmit"
19 }
20 ]
21 }
22 ]
23}