Skip to content

Commit

Permalink
str
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 8, 2025
1 parent 766fd10 commit 9df656d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_fabric/utilities/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def _test_all_reduce(strategy):


# flaky with "process 0 terminated with signal SIGABRT" (GLOO)
@pytest.mark.flaky(reruns=3, only_rerun=torch.multiprocessing.spawn.ProcessExitedException)
@pytest.mark.flaky(reruns=3, only_rerun="torch.multiprocessing.spawn.ProcessExitedException")
@RunIf(skip_windows=True)
@pytest.mark.parametrize(
"process",
Expand Down

0 comments on commit 9df656d

Please sign in to comment.