Skip to content

Commit

Permalink
Revert (moved to dask#6385)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed May 20, 2022
1 parent 3193a8a commit 7021526
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions distributed/tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3363,9 +3363,7 @@ async def gather_dep(self, *args, **kwargs):


@pytest.mark.parametrize("intermediate_state", ["resumed", "cancelled"])
@pytest.mark.parametrize(
"close_worker", [False, pytest.param(True, marks=pytest.mark.slow)]
)
@pytest.mark.parametrize("close_worker", [False, True])
@gen_cluster(client=True)
async def test_deadlock_cancelled_after_inflight_before_gather_from_worker(
c, s, a, x, intermediate_state, close_worker
Expand Down

0 comments on commit 7021526

Please sign in to comment.