Skip to content

Commit 879e533

Browse files
One more
1 parent a8ce71f commit 879e533

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform/tests/TESTS/mbed_platform/stats_cpu/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ if((NOT "MBED_CPU_STATS_ENABLED=1" IN_LIST MBED_CONFIG_DEFINITIONS) AND (NOT "MB
1111
set(TEST_SKIPPED "CPU stats not enabled")
1212
endif()
1313

14+
if("MBED_CONF_TARGET_APPLICATION_PROFILE=bare-metal" IN_LIST MBED_CONFIG_DEFINITIONS)
15+
set(TEST_SKIPPED "This test requires the RTOS")
16+
endif()
17+
1418
mbed_greentea_add_test(
1519
TEST_NAME
1620
mbed-platform-stats-cpu

0 commit comments

Comments
 (0)