From 63e33572cdf8237e9b7fd2d432748c6152a5f0e6 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Tue, 23 Jan 2024 17:03:53 -0800 Subject: [PATCH] xfail another test on windows As ever, very open to approaches to fix these. But unless we can fix them, xfailing them seems like the most reasonable solution --- xarray/tests/test_backends.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xarray/tests/test_backends.py b/xarray/tests/test_backends.py index b31b9011664..85afbc1e147 100644 --- a/xarray/tests/test_backends.py +++ b/xarray/tests/test_backends.py @@ -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