We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2d263 commit a944e77Copy full SHA for a944e77
tests/tests_fabric/utilities/test_distributed.py
@@ -105,6 +105,8 @@ def _test_all_reduce(strategy):
105
assert result is tensor # inplace
106
107
108
+# flaky with "process 0 terminated with signal SIGABRT" (GLOO)
109
+@pytest.mark.flaky(reruns=3, only_rerun="torch.multiprocessing.spawn.ProcessExitedException")
110
@RunIf(skip_windows=True)
111
@pytest.mark.parametrize(
112
"process",
0 commit comments