Skip to content

Commit a944e77

Browse files
authored
test: flaky terminated with signal SIGABRT (#20537)
* test: flaky terminated with signal SIGABRT * str
1 parent 8c2d263 commit a944e77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tests_fabric/utilities/test_distributed.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ def _test_all_reduce(strategy):
105105
assert result is tensor # inplace
106106

107107

108+
# flaky with "process 0 terminated with signal SIGABRT" (GLOO)
109+
@pytest.mark.flaky(reruns=3, only_rerun="torch.multiprocessing.spawn.ProcessExitedException")
108110
@RunIf(skip_windows=True)
109111
@pytest.mark.parametrize(
110112
"process",

0 commit comments

Comments
 (0)