From 2f36cd78d671e92154a8b3d6dce19a44af41d094 Mon Sep 17 00:00:00 2001 From: Martin Kojtal <0xc0170@gmail.com> Date: Tue, 7 Nov 2017 09:12:16 +0000 Subject: [PATCH] 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. --- tools/test_configs/target_configs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_configs/target_configs.json b/tools/test_configs/target_configs.json index 346901bf6a..c6d9a9b259 100644 --- a/tools/test_configs/target_configs.json +++ b/tools/test_configs/target_configs.json @@ -8,7 +8,7 @@ "test_configurations": ["ETHERNET"] }, "REALTEK_RTL8195AM": { - "default_test_configuration": "REALTEK_WIFI", + "default_test_configuration": "NONE", "test_configurations": ["REALTEK_WIFI"] } }