Skip to content

Commit

Permalink
test: flaky terminated with signal SIGABRT (#20537)
Browse files Browse the repository at this point in the history
* test: flaky terminated with signal SIGABRT

* str

(cherry picked from commit a944e77)
  • Loading branch information
Borda committed Feb 14, 2025
1 parent 2e20db9 commit 3cf6d26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests_fabric/utilities/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ def _test_all_reduce(strategy):
assert result is tensor # inplace


# flaky with "process 0 terminated with signal SIGABRT" (GLOO)
@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 3cf6d26

Please sign in to comment.