diff --git a/test/run_tests.sh b/test/run_tests.sh index 4a298f01ee5..b72b00e9c8e 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -301,7 +301,7 @@ function run_mp_op_tests { run_test "$CDIR/test_mp_mesh_reduce.py" run_test "$CDIR/test_mp_sync_batch_norm.py" run_test "$CDIR/test_fsdp_auto_wrap.py" - run_torchrun "$CDIR/test_mp_early_exit.py" + # run_torchrun "$CDIR/test_mp_early_exit.py" run_pt_xla_debug "$CDIR/debug_tool/test_mp_pt_xla_debug.py" run_test "$CDIR/torch_distributed/test_torch_distributed_all_gather_xla_backend.py" run_test "$CDIR/torch_distributed/test_torch_distributed_all_reduce_xla_backend.py"