diff --git a/tests/scripts/unit_tests/test_subset.sh b/tests/scripts/unit_tests/test_subset.sh index 9ba5b338f..5f0137c1e 100755 --- a/tests/scripts/unit_tests/test_subset.sh +++ b/tests/scripts/unit_tests/test_subset.sh @@ -152,7 +152,7 @@ run_tests() { for _test_file in $_test_files; do wait_for_gpu echo "Running single test: $_test_file" - torchrun --nproc_per_node=8 -m pytest --import-mode=importlib --cov=${backend}/${coverage} --cov-append --cov-report=xml:$xml_report --cov-report=html:$html_report -q -x -p no:warnings -m $ignore_cmd $_test_file + torchrun --nproc_per_node=8 -m pytest --import-mode=importlib --cov=${backend}/${coverage} --cov-append --cov-report=xml:$xml_report --cov-report=html:$html_report -q -x -p no:warnings $ignore_cmd $_test_file # Check the exit status of pytest if [ $? -ne 0 ]; then