blob: 6c61782d8ee33ed95c80788b8905bdb6b32efe96 [file] [log] [blame] [edit]
// Add tests for all the mainline modules relying on this library.
{
"presubmit": [
{
// Unit tests for framework-wifi.jar
"name": "FrameworksWifiApiTests"
},
{
"name": "ModulesUtilsTests"
}
// TODO: Re-enable when this is stable.
// {
// Wifi CTS tests
// "name": "CtsWifiTestCases"
// }
],
"presubmit-large": [
{
// Unit tests for service-wifi.jar
"name": "FrameworksWifiTests",
// TODO(b/275744125): should remove this when we find a better way to avoid test failure.
"options": [
{
"exclude-filter": "com.android.server.wifi.WakeupControllerTest"
},
{
"exclude-filter": "com.android.server.wifi.WifiNetworkSelectorTest"
},
{
"exclude-filter": "com.android.server.wifi.scanner.WifiScanningServiceTest"
}
]
}
]
}