diff --git a/wifi/TEST_MAPPING b/wifi/TEST_MAPPING new file mode 100644 index 0000000000000..fde3a6aa993c2 --- /dev/null +++ b/wifi/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsWifiTestCases", + "options": [ + { + "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" + } + ] + } + ] +}