Skip to content

Commit

Permalink
Allow unclosed comms in tests (#8057)
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Makait <[email protected]>
  • Loading branch information
fjetter and hendrikmakait authored Aug 1, 2023
1 parent d8cbc12 commit 4a1570f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distributed/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,8 @@ def gen_cluster(
active_rpc_timeout: float = 1,
config: dict[str, Any] | None = None,
clean_kwargs: dict[str, Any] | None = None,
allow_unclosed: bool = False,
# FIXME: distributed#8054
allow_unclosed: bool = True,
cluster_dump_directory: str | Literal[False] = "test_cluster_dump",
) -> Callable[[Callable], Callable]:
from distributed import Client
Expand Down

0 comments on commit 4a1570f

Please sign in to comment.