Skip to content

Commit 1bda28a

Browse files
awaelchlilantiga
authored andcommitted
Skip hanging collective test (#18908)
(cherry picked from commit 7a5b7f5)
1 parent e37652f commit 1bda28a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_fabric/plugins/collectives/test_torch_collective.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def _test_distributed_collectives_fn(strategy, collective):
230230
torch.testing.assert_close(out, expected)
231231

232232

233+
@pytest.mark.skip(reason="test hangs too often")
233234
@skip_distributed_unavailable
234235
@pytest.mark.parametrize(
235236
"n", [1, pytest.param(2, marks=[RunIf(skip_windows=True), pytest.mark.xfail(raises=TimeoutError, strict=False)])]

0 commit comments

Comments
 (0)