Skip to content

Commit

Permalink
Skip Dask test on Windows (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis authored Jun 20, 2024
1 parent ba5f399 commit 87d59fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tiledb/tests/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def test_labeled_dask_blocks(self):
np.testing.assert_array_equal(D2 + 1, D3)


@pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
@pytest.mark.skipif(
sys.version_info[:2] == (3, 8),
reason="Fails on Python 3.8 due to dask worker restarts",
Expand Down

0 comments on commit 87d59fc

Please sign in to comment.