diff --git a/tests/tests_fabric/utilities/test_distributed.py b/tests/tests_fabric/utilities/test_distributed.py index 3450ed89f6cc7..9282f00f1ffb6 100644 --- a/tests/tests_fabric/utilities/test_distributed.py +++ b/tests/tests_fabric/utilities/test_distributed.py @@ -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",