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
  • Loading branch information
Borda authored Jan 9, 2025
1 parent 8c2d263 commit a944e77
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 a944e77

Please sign in to comment.