diff --git a/tiledb/tests/test_dask.py b/tiledb/tests/test_dask.py index a1c916849c..6ca8da76a8 100644 --- a/tiledb/tests/test_dask.py +++ b/tiledb/tests/test_dask.py @@ -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",