Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -7520,6 +7520,10 @@ def test_zarr_append_chunk_partial(self):
mode="a",
)

@pytest.mark.xfail(
ON_WINDOWS,
reason="Permission errors from Zarr: https://github.com/pydata/xarray/pull/10793",
)
@requires_dask
def test_zarr_region_chunk_partial_offset(self):
# https://github.com/pydata/xarray/pull/8459#issuecomment-1819417545
Expand Down
Loading