We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ba1fe commit b98add1Copy full SHA for b98add1
1 file changed
xarray/tests/test_backends.py
@@ -7520,6 +7520,10 @@ def test_zarr_append_chunk_partial(self):
7520
mode="a",
7521
)
7522
7523
+ @pytest.mark.xfail(
7524
+ ON_WINDOWS,
7525
+ reason="Permission errors from Zarr: https://github.com/pydata/xarray/pull/10793",
7526
+ )
7527
@requires_dask
7528
def test_zarr_region_chunk_partial_offset(self):
7529
# https://github.com/pydata/xarray/pull/8459#issuecomment-1819417545
0 commit comments