diff --git a/src/skip_todo.sh b/src/skip_todo.sh index c636ed9a..04adbe7d 100755 --- a/src/skip_todo.sh +++ b/src/skip_todo.sh @@ -8,6 +8,9 @@ function skip() { console_results::print_skipped_test "${label}" "${reason}" state::add_assertions_skipped + + # Stop the current test function execution + return 0 } function todo() {