We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_stress_creation_and_deletion
xfail
1 parent 07d8e4c commit a13321dCopy full SHA for a13321d
1 file changed
distributed/tests/test_stress.py
@@ -85,6 +85,9 @@ def test_cancel_stress_sync(loop):
85
c.cancel(f)
86
87
88
+@pytest.mark.xfail(
89
+ reason="Flaky and re-fails on rerun. See https://github.com/dask/distributed/issues/5388"
90
+)
91
@pytest.mark.slow
92
@gen_cluster(
93
nthreads=[],
0 commit comments