Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions distributed/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import gc
import inspect
import logging
import math
import operator
import os
import pathlib
Expand Down Expand Up @@ -5613,12 +5612,6 @@ async def close():
loop.run_sync(close) # TODO: client.close() does not unset global client


# FIXME shouldn't consistently fail on windows, may be an actual bug
@pytest.mark.skipif(
WINDOWS
and math.isfinite(dask.config.get("distributed.scheduler.worker-saturation")),
reason="flaky on Windows with queuing active",
)
@pytest.mark.slow
@gen_cluster(client=True, Worker=Nanny, timeout=60, nthreads=[("127.0.0.1", 3)] * 2)
async def test_nested_compute(c, s, a, b):
Expand Down