diff --git a/tools/ci/testrun/script/test_framework/test_cmocka.py b/tools/ci/testrun/script/test_framework/test_cmocka.py index dd10e2a738..5b66faf831 100644 --- a/tools/ci/testrun/script/test_framework/test_cmocka.py +++ b/tools/ci/testrun/script/test_framework/test_cmocka.py @@ -48,7 +48,7 @@ def test_cmocka(p): p.sendCommand(f"echo {cmocka_test_start}") ret = p.sendCommand( - "cmocka --skip test_case_posix_timer|test_case_oneshot|write_default|read_default|burst_test|gpiotest01|" + "cmocka --skip drivertest_pm|drivertest_posix_timer|drivertest_block*|" "test_playback.*|test_interaction.*|test_stress.*|test_capture.*", "Cmocka Test Completed", timeout=1200,