Skip to content

Commit

Permalink
xfail another test on windows (#8648)
Browse files Browse the repository at this point in the history
As ever, very open to approaches to fix these. But unless we can fix them, xfailing them seems like the most reasonable solution
  • Loading branch information
max-sixty committed Jan 24, 2024
1 parent 75075c8 commit b5a6e24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -2265,6 +2265,10 @@ def test_chunk_encoding(self) -> None:
pass

@requires_dask
@pytest.mark.skipif(
ON_WINDOWS,
reason="Very flaky on Windows CI. Can re-enable assuming it starts consistently passing.",
)
def test_chunk_encoding_with_dask(self) -> None:
# These datasets DO have dask chunks. Need to check for various
# interactions between dask and zarr chunks
Expand Down

0 comments on commit b5a6e24

Please sign in to comment.