Skip to content

Commit

Permalink
skip non-functional dask test in 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Oct 4, 2023
1 parent e79eacb commit 443374c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_dask_job():

client.close()


@pytest.mark.skip(reason="most recent dask breaks this mechanism")
def test_dask_cached():
distributed = pytest.importorskip("distributed", minversion="2.6.0")
client = distributed.Client(dashboard_address=None)
Expand Down

0 comments on commit 443374c

Please sign in to comment.