Skip to content

Commit a13321d

Browse files
authored
Mark test_stress_creation_and_deletion as xfail (#5393)
1 parent 07d8e4c commit a13321d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

distributed/tests/test_stress.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ def test_cancel_stress_sync(loop):
8585
c.cancel(f)
8686

8787

88+
@pytest.mark.xfail(
89+
reason="Flaky and re-fails on rerun. See https://github.com/dask/distributed/issues/5388"
90+
)
8891
@pytest.mark.slow
8992
@gen_cluster(
9093
nthreads=[],

0 commit comments

Comments
 (0)