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/5445/head
parent
863b3fdcc1
commit
fa11a18dcb
|
|
@ -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