diff --git a/xarray/tests/test_backends.py b/xarray/tests/test_backends.py index 733188dde1e..f42d2c2c17f 100644 --- a/xarray/tests/test_backends.py +++ b/xarray/tests/test_backends.py @@ -2398,7 +2398,8 @@ def test_read_non_consolidated_warning(self) -> None: def test_non_existent_store(self) -> None: with pytest.raises( - FileNotFoundError, match="(No such file or directory|Unable to find group)" + FileNotFoundError, + match="(No such file or directory|Unable to find group|No group found)", ): xr.open_zarr(f"{uuid.uuid4()}") diff --git a/xarray/tests/test_backends_datatree.py b/xarray/tests/test_backends_datatree.py index 6b3674e1a8c..518758a0efb 100644 --- a/xarray/tests/test_backends_datatree.py +++ b/xarray/tests/test_backends_datatree.py @@ -583,6 +583,7 @@ def test_zarr_encoding(self, tmpdir, simple_datatree, zarr_format): filepath, encoding=enc, engine="zarr", zarr_format=zarr_format ) + @pytest.mark.xfail(reason="upstream zarr read-only changes have broken this test") def test_to_zarr_zip_store(self, tmpdir, simple_datatree, zarr_format): from zarr.storage import ZipStore
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: