Skip to content

Commit 4561b8c

Browse files
committed
flaky
1 parent 9d39f90 commit 4561b8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_pytorch/strategies/launchers/test_multiprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def on_fit_start(self) -> None:
195195

196196

197197
@_xfail_gloo_windows
198+
@pytest.mark.flaky(reruns=3)
198199
def test_memory_sharing_disabled(tmp_path):
199200
"""Test that the multiprocessing launcher disables memory sharing on model parameters and buffers to avoid race
200201
conditions on model updates."""

0 commit comments

Comments
 (0)