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
Martin Kojtal 2017-11-07 09:12:16 +00:00
parent 863b3fdcc1
commit fa11a18dcb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"test_configurations": ["ETHERNET"]
},
"REALTEK_RTL8195AM": {
"default_test_configuration": "REALTEK_WIFI",
"default_test_configuration": "NONE",
"test_configurations": ["REALTEK_WIFI"]
}
}