Skip to content

Commit

Permalink
Update cmocka --skip test command
Browse files Browse the repository at this point in the history
Signed-off-by: zhangshoukui <[email protected]>
  • Loading branch information
Zhangshoukui committed Jan 16, 2025
1 parent f436dd7 commit 7d5465e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/testrun/script/test_framework/test_cmocka.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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|"
"test_playback.*|test_interaction.*|test_stress.*|test_capture.*",
"test_playback.*|test_interaction.*|test_stress.*|test_capture.*|drivertest*",
"Cmocka Test Completed",
timeout=1200,
)
Expand Down

0 comments on commit 7d5465e

Please sign in to comment.