Skip to content

Commit

Permalink
Set SKIP_TESTS correctly when not using yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Aug 1, 2024
1 parent 2da30e1 commit ce47c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_fms/parser/test_yaml_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
. ../test-lib.sh

if [ ! -z $parser_skip ]; then
SKIP_TESTS='test_yaml_parser.[1-23]'
SKIP_TESTS='test_yaml_parser.[1-25]'
fi

touch input.nml
Expand Down

0 comments on commit ce47c29

Please sign in to comment.