Skip to content

Commit

Permalink
xfail zarr test on Windows (pydata#8643)
Browse files Browse the repository at this point in the history
I see this failing quite a lot of the time...

Ofc open to a proper solution but in the meantime setting this to xfail
  • Loading branch information
max-sixty authored Jan 23, 2024
1 parent d6deb46 commit f07e895
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -2945,6 +2945,10 @@ def create_zarr_target(self):


@requires_zarr
@pytest.mark.skipif(
ON_WINDOWS,
reason="Very flaky on Windows CI. Can re-enable assuming it starts consistently passing.",
)
class TestZarrDirectoryStore(ZarrBase):
@contextlib.contextmanager
def create_zarr_target(self):
Expand Down

0 comments on commit f07e895

Please sign in to comment.