Skip to content

Commit 2f36cd7

Browse files
0xc0170adbridge
authored andcommitted
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.
1 parent 889e22c commit 2f36cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test_configs/target_configs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test_configurations": ["ETHERNET"]
99
},
1010
"REALTEK_RTL8195AM": {
11-
"default_test_configuration": "REALTEK_WIFI",
11+
"default_test_configuration": "NONE",
1212
"test_configurations": ["REALTEK_WIFI"]
1313
}
1414
}

0 commit comments

Comments
 (0)