From ce3b7caeda768a6ad80996f2be797778535448d7 Mon Sep 17 00:00:00 2001 From: David Su Date: Thu, 5 Nov 2020 13:36:51 -0800 Subject: [PATCH] DO NOT MERGE mainline-prod: enable CtsWifiTestCases in presubmit Bug: 168913688 Test: presubmit Change-Id: I8fcaa2b8a825c5b7d16de009b3704fa94a6932eb --- wifi/TEST_MAPPING | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/wifi/TEST_MAPPING b/wifi/TEST_MAPPING index a1787f84e57da..bb5e24166a1cd 100644 --- a/wifi/TEST_MAPPING +++ b/wifi/TEST_MAPPING @@ -1,8 +1,16 @@ { "mainline-presubmit": [ { - // Install com.google.android.wifi.apex and run FrameworksWifiApiTests. - "name": "FrameworksWifiApiTests[com.google.android.wifi.apex]" + // Install com.google.android.wifi.apex and run FrameworksWifiApiTests. + "name": "FrameworksWifiApiTests[com.google.android.wifi.apex]" + }, + { + "name": "CtsWifiTestCases[com.google.android.wifi.apex]", + "options": [ + { + "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" + } + ] } ] }