Skip to content

Commit b5a6e24

Browse files
authored
xfail another test on windows (#8648)
As ever, very open to approaches to fix these. But unless we can fix them, xfailing them seems like the most reasonable solution
1 parent 75075c8 commit b5a6e24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xarray/tests/test_backends.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,6 +2265,10 @@ def test_chunk_encoding(self) -> None:
22652265
pass
22662266

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

0 commit comments

Comments
 (0)