mirror of https://github.com/ARMmbed/mbed-os.git
test: realtek net config default to none
Changing this to none as result of build failures. Wifi needs own configuration per an enviroment. By setting this to none, net tests are skipped for Realtek platform.pull/5523/head
parent
889e22cce9
commit
2f36cd78d6
|
@ -8,7 +8,7 @@
|
|||
"test_configurations": ["ETHERNET"]
|
||||
},
|
||||
"REALTEK_RTL8195AM": {
|
||||
"default_test_configuration": "REALTEK_WIFI",
|
||||
"default_test_configuration": "NONE",
|
||||
"test_configurations": ["REALTEK_WIFI"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue