Skip to content

Commit

Permalink
unskip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat committed Oct 9, 2024
1 parent 8d16bb2 commit bd978b0
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -3164,38 +3164,6 @@ def test_chunked_cftime_datetime(self) -> None:
assert original[name].chunks == actual_var.chunks
assert original.chunks == actual.chunks

def test_write_store(self) -> None:
skip_if_zarr_format_3(reason="unsupported dtypes")
return super().test_write_store()

def test_roundtrip_endian(self) -> None:
skip_if_zarr_format_3(reason="unsupported dtypes")
return super().test_roundtrip_endian()

def test_roundtrip_bytes_with_fill_value(self) -> None:
skip_if_zarr_format_3(reason="unsupported dtypes")
return super().test_roundtrip_bytes_with_fill_value()

def test_default_fill_value(self) -> None:
skip_if_zarr_format_3(reason="fill_value always written")
return super().test_default_fill_value()

def test_explicitly_omit_fill_value(self) -> None:
skip_if_zarr_format_3(reason="fill_value always written")
return super().test_explicitly_omit_fill_value()

def test_explicitly_omit_fill_value_via_encoding_kwarg(self) -> None:
skip_if_zarr_format_3(reason="fill_value always written")
return super().test_explicitly_omit_fill_value_via_encoding_kwarg()

def test_explicitly_omit_fill_value_in_coord(self) -> None:
skip_if_zarr_format_3(reason="fill_value always written")
return super().test_explicitly_omit_fill_value_in_coord()

def test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg(self) -> None:
skip_if_zarr_format_3(reason="fill_value always written")
return super().test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg()


@requires_zarr
@pytest.mark.skipif(not have_zarr_v3, reason="requires zarr version 3")
Expand Down

0 comments on commit bd978b0

Please sign in to comment.