Skip to content

Commit b7d5d49

Browse files
committed
Add flaky test marker for collective operations and implement changelog parser
1 parent c03660a commit b7d5d49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_fabric/utilities/test_distributed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def _test_all_reduce(strategy):
123123
[torch.device("cpu"), torch.device("cpu")],
124124
],
125125
)
126+
@pytest.mark.flaky(reruns=3) # flaky with "process 0 terminated with signal SIGABRT" (GLOO)
126127
def test_collective_operations(devices, process):
127128
spawn_launch(process, devices)
128129

0 commit comments

Comments
 (0)