Skip to content

Commit

Permalink
Add flaky to TestNetCDF4ViaDaskData (#9373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan authored Aug 16, 2024
1 parent 6166c87 commit 619cfb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -2096,6 +2096,11 @@ def test_write_inconsistent_chunks(self) -> None:
assert actual["x"].encoding["chunksizes"] == (50, 100)
assert actual["y"].encoding["chunksizes"] == (100, 50)

# Flaky test. Very open to contributions on fixing this
@pytest.mark.flaky
def test_roundtrip_coordinates(self) -> None:
super().test_roundtrip_coordinates()


@requires_zarr
class ZarrBase(CFEncodedBase):
Expand Down

0 comments on commit 619cfb5

Please sign in to comment.