Skip to content

Commit

Permalink
Mark test_stress_creation_and_deletion as xfail (#5393)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Oct 6, 2021
1 parent 07d8e4c commit a13321d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distributed/tests/test_stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ def test_cancel_stress_sync(loop):
c.cancel(f)


@pytest.mark.xfail(
reason="Flaky and re-fails on rerun. See https://github.com/dask/distributed/issues/5388"
)
@pytest.mark.slow
@gen_cluster(
nthreads=[],
Expand Down

0 comments on commit a13321d

Please sign in to comment.