Skip to content

Commit

Permalink
Merge branch 'main' into icechunk-a8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci authored Jan 3, 2025
2 parents 6b237c4 + ef8f039 commit 856eab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtualizarr/tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def test_read_from_url(self, hdf_backend, filetype, url):
vds = open_virtual_dataset(url, indexes={})
assert isinstance(vds, xr.Dataset)

@pytest.mark.xfail(reason="often times out, as nisar file is 200MB")
def test_virtualizarr_vs_local_nisar(self, hdf_backend):
import fsspec

Expand Down

0 comments on commit 856eab1

Please sign in to comment.