Skip to content

Commit

Permalink
Revert test_broken_comm
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Mar 8, 2024
1 parent 8ea35f0 commit 3ff2bd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions distributed/tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3446,10 +3446,6 @@ def get_data(self, comm, **kwargs):
return super().get_data(comm, **kwargs)


@pytest.mark.xfail(
reason="https://github.com/dask-contrib/dask-expr/issues/945", raises=UserWarning
)
@pytest.mark.slow
@gen_cluster(client=True, Worker=BreakingWorker)
async def test_broken_comm(c, s, a, b):
pytest.importorskip("dask.dataframe")
Expand Down

0 comments on commit 3ff2bd0

Please sign in to comment.