Merge pull request #5445 from 0xc0170/fix_realtek_remove_wifi_config

test: realtek net config default  to none
pull/5447/head^2
Martin Kojtal 2017-11-08 07:53:04 +00:00 committed by GitHub
commit 2eaf58d6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]
}
}