blob: 7ddc30872cb9bbba529e1aafc070355bbdc47b4c [file] [log] [blame]
David Su66679122020-07-10 22:40:11 -07001{
Dan Shi422d3542020-12-03 20:58:29 +00002 "presubmit-large": [
David Su66679122020-07-10 22:40:11 -07003 {
4 "name": "CtsWifiTestCases",
5 "options": [
6 {
7 "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
8 }
9 ]
10 }
David Su2ac691c2020-11-05 12:53:56 -080011 ],
12 "mainline-presubmit": [
13 {
David Su2ac691c2020-11-05 12:53:56 -080014 "name": "CtsWifiTestCases[com.google.android.wifi.apex]",
15 "options": [
16 {
17 "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
18 }
19 ]
20 }
David Su66679122020-07-10 22:40:11 -070021 ]
22}