Skip to content

Commit

Permalink
Temporarily skip test until blosc netcdf4 issue is solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Jun 22, 2024
1 parent 01a3980 commit c37d9e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions virtualizarr/tests/test_readers/test_hdf_integration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import fsspec
import numpy
import pytest
import xarray as xr

import virtualizarr
Expand All @@ -21,6 +22,9 @@ def test_filters_h5netcdf_roundtrip(
ds = xr.open_dataset(m, engine="kerchunk")
assert isinstance(ds.air.values[0][0][0], numpy.float64)

@pytest.mark.skip(
reason="Issue with xr 'dim1' serialization and blosc availability"
)
def test_filters_netcdf4_roundtrip(
self, tmpdir, filter_encoded_xarray_netcdf4_file
):
Expand Down

0 comments on commit c37d9e5

Please sign in to comment.