aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreasoncylee <easoncylee@google.com>2021-04-20 02:53:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-20 02:53:23 +0000
commitefdaccda404dbd08b8f098be4ec10ebc6eb82bd1 (patch)
tree974a0e351742e7a74a5d59e67c6889e572cd0fdf
parentc9d2d45b2c094efc6782e45173b6aaed3ad0ece0 (diff)
parentfd5921a580d5324ce03ce5234351f9b6036f7018 (diff)
downloadmodules-utils-efdaccda404dbd08b8f098be4ec10ebc6eb82bd1.tar.gz
Move FrameworksWifiTests to group presubmit-large am: fd5921a580
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/1679045 Change-Id: If8ea22499682e59e4867bff5b806b04762fe2741
-rw-r--r--TEST_MAPPING10
1 files changed, 6 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 40d7b8e..463e628 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,10 +2,6 @@
{
"presubmit": [
{
- // Unit tests for service-wifi.jar
- "name": "FrameworksWifiTests"
- },
- {
// Unit tests for framework-wifi.jar
"name": "FrameworksWifiApiTests"
}
@@ -14,5 +10,11 @@
// Wifi CTS tests
// "name": "CtsWifiTestCases"
// }
+ ],
+ "presubmit-large": [
+ {
+ // Unit tests for service-wifi.jar
+ "name": "FrameworksWifiTests"
+ }
]
}