Skip to content

Commit ef8f039

Browse files
xfail test which times out due to large nisar file (#370)
* xfail test which times out * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ff6bdb6 commit ef8f039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtualizarr/tests/test_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def test_read_from_url(self, hdf_backend, filetype, url):
284284
vds = open_virtual_dataset(url, indexes={})
285285
assert isinstance(vds, xr.Dataset)
286286

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

0 commit comments

Comments
 (0)