-python3 -m pytest $TEST_SUITE -v --update_ref 1 -m create_ref_part2 -n auto || exit_code=$?# Catch exit code to prevent halt in case this step produces zero tests
-python3 -m pytest $TEST_SUITE -v -k "stereo and MONO" --update_ref 1 -m create_ref --create_ref -n auto || exit_code=$?
-python3 -m pytest $TEST_SUITE -v -k "stereo and MONO" --update_ref 1 -m create_ref_part2 -n auto || exit_code=$?# Catch exit code to prevent halt in case this step produces zero tests