Skip to content

Commit

Permalink
fix linting error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Oct 4, 2023
1 parent 443374c commit 8186618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +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")
Expand Down

0 comments on commit 8186618

Please sign in to comment.