Skip to content

Commit 7dd2179

Browse files
Also fix wifi test building
1 parent 7915d17 commit 7dd2179

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

connectivity/netsocket/tests/TESTS/network/wifi/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ if(NOT "MBED_CONF_TARGET_NETWORK_DEFAULT_INTERFACE_TYPE=WIFI" IN_LIST MBED_CONFI
99
set(TEST_SKIPPED "Requires wi-fi to be the default network interface")
1010
endif()
1111

12+
if(APPLICATION_PROFILE_CONFIG_BAREMETAL)
13+
set(TEST_SKIPPED "This test requires an RTOS!")
14+
endif()
15+
1216
# Options specific to this test
1317
set(MBED_GREENTEA_WIFI_MAX_SCAN_SIZE 30 CACHE STRING "How many networks may appear in Wifi scan result")
1418
set(MBED_GREENTEA_WIFI_SECURE_CHANNEL 1 CACHE STRING "Channel number that the wifi network is on. Used for channel-specific connection tests, if supported by the wifi driver.")

0 commit comments

Comments
 (0)