Skip to content

Commit 8abb07f

Browse files
committed
flaky test_memory_sharing_disabled
1 parent 17328ef commit 8abb07f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_fabric/strategies/launchers/test_multiprocessing_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def __init__(self):
3030

3131

3232
@RunIf(skip_windows=True)
33+
@pytest.mark.flaky(reruns=3)
3334
@pytest.mark.parametrize("strategy", ["ddp_spawn", "ddp_fork"])
3435
def test_memory_sharing_disabled(strategy):
3536
"""Test that the multiprocessing launcher disables memory sharing on model parameters and buffers to avoid race

0 commit comments

Comments
 (0)