Skip to content

Commit 619cfb5

Browse files
authored
Add flaky to TestNetCDF4ViaDaskData (#9373)
1 parent 6166c87 commit 619cfb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xarray/tests/test_backends.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,6 +2096,11 @@ def test_write_inconsistent_chunks(self) -> None:
20962096
assert actual["x"].encoding["chunksizes"] == (50, 100)
20972097
assert actual["y"].encoding["chunksizes"] == (100, 50)
20982098

2099+
# Flaky test. Very open to contributions on fixing this
2100+
@pytest.mark.flaky
2101+
def test_roundtrip_coordinates(self) -> None:
2102+
super().test_roundtrip_coordinates()
2103+
20992104

21002105
@requires_zarr
21012106
class ZarrBase(CFEncodedBase):

0 commit comments

Comments
 (0)