Skip to content

Commit

Permalink
Disable test_mp_early_exit.py temporarily (#7229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Jun 11, 2024
1 parent cd8ac11 commit 258f9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 258f9a7

Please sign in to comment.