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
Martin Kojtal 2017-11-07 09:12:16 +00:00 committed by adbridge
parent 889e22cce9
commit 2f36cd78d6
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"]
}
}