blob: 9167c98e60433e490c2d5fd0000fb25a75f9a11d [file] [log] [blame]
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09001{
2 // TODO: move to mainline-presubmit once supported
Remi NGUYEN VANa773ccb2020-06-25 03:58:10 +00003 "presubmit": [
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09004 {
5 "name": "CtsNetTestCasesLatestSdk",
6 "options": [
7 {
8 "exclude-annotation": "com.android.testutils.SkipPresubmit"
9 }
10 ]
11 }
easoncyleea1b13d62020-06-12 14:14:14 +080012 ],
13 "mainline-presubmit": [
14 {
15 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk]",
16 "options": [
17 {
18 "exclude-annotation": "com.android.testutils.SkipPresubmit"
19 }
20 ]
21 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090022 ]
23}