Skip to content

Commit b98add1

Browse files
authored
Silence error in test_zarr_region_chunk_partial_offset on Windows (#10793)
* Silence error on Windows * allow failures for any version of windows
1 parent d2ba1fe commit b98add1

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
@@ -7520,6 +7520,10 @@ def test_zarr_append_chunk_partial(self):
75207520
mode="a",
75217521
)
75227522

7523+
@pytest.mark.xfail(
7524+
ON_WINDOWS,
7525+
reason="Permission errors from Zarr: https://github.com/pydata/xarray/pull/10793",
7526+
)
75237527
@requires_dask
75247528
def test_zarr_region_chunk_partial_offset(self):
75257529
# https://github.com/pydata/xarray/pull/8459#issuecomment-1819417545

0 commit comments

Comments
 (0)