Add CtsWifiNonUpdatableTestCases to test mapping
Bug: 324961716
Test: TH
Change-Id: Iec642d60ac8edbc7d6f73da46aa7d914b02f5786
diff --git a/wifi/TEST_MAPPING b/wifi/TEST_MAPPING
index 14f5af3..757ecaa8 100644
--- a/wifi/TEST_MAPPING
+++ b/wifi/TEST_MAPPING
@@ -4,14 +4,14 @@
"name": "FrameworksWifiNonUpdatableApiTests"
}
],
+ "postsubmit": [
+ {
+ "name": "CtsWifiNonUpdatableTestCases"
+ }
+ ],
"presubmit-large": [
{
- "name": "CtsWifiTestCases",
- "options": [
- {
- "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
- }
- ]
+ "name": "CtsWifiTestCases"
}
]
}