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 766fd10 commit 9df656dCopy full SHA for 9df656d
tests/tests_fabric/utilities/test_distributed.py
@@ -106,7 +106,7 @@ def _test_all_reduce(strategy):
106
107
108
# flaky with "process 0 terminated with signal SIGABRT" (GLOO)
109
-@pytest.mark.flaky(reruns=3, only_rerun=torch.multiprocessing.spawn.ProcessExitedException)
+@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