We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a6cd8 commit 77b2267Copy full SHA for 77b2267
tests/stability/test_deadlock.py
@@ -2,17 +2,9 @@
2
3
import coiled.v2
4
import dask
5
-import pytest
6
from distributed import Client, wait
7
8
9
-# @pytest.mark.skipif(
10
-# Version(distributed.__version__) < Version("2022.4.2"),
11
-# reason="https://github.com/dask/distributed/issues/6110",
12
-# )
13
-@pytest.mark.skip(
14
- reason="Skip until https://github.com/dask/distributed/pull/6637 is merged"
15
-)
16
def test_repeated_merge_spill(upload_cluster_dump, benchmark_time):
17
with coiled.v2.Cluster(
18
name=f"test_deadlock-{uuid.uuid4().hex}",
0 commit comments