summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
author Nate Jiang <qiangjiang@google.com> 2024-02-13 22:17:19 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-13 22:17:19 +0000
commit2183a65d5602af7537b1ec01966def4ed0a7cf55 (patch)
tree23c83e90f7a7a3a8564b0057f216a4a2656c4e32 /wifi
parentea9f3aee9155413fa5a724a2801ef262ff4add8a (diff)
parent93478194da066507825cf919f878b415fc32f3ea (diff)
Merge "Add CtsWifiNonUpdatableTestCases to test mapping" into main
Diffstat (limited to 'wifi')
-rw-r--r--wifi/TEST_MAPPING12
1 files changed, 6 insertions, 6 deletions
diff --git a/wifi/TEST_MAPPING b/wifi/TEST_MAPPING
index 14f5af3fd6bc..757ecaa8aca9 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"
}
]
}