File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
virtualizarr/tests/test_readers Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2929 strategy :
3030 matrix :
3131 python-version : ["3.11", "3.12"]
32+ timeout-minutes : 30
3233 steps :
3334 - uses : actions/checkout@v4
3435
Original file line number Diff line number Diff line change 2929 strategy :
3030 matrix :
3131 python-version : ["3.12"]
32+ timeout-minutes : 30
3233 steps :
3334 - uses : actions/checkout@v4
3435
Original file line number Diff line number Diff line change 2929 strategy :
3030 matrix :
3131 python-version : ["3.12"]
32+ timeout-minutes : 30
3233 steps :
3334 - uses : actions/checkout@v4
3435
Original file line number Diff line number Diff line change @@ -233,6 +233,9 @@ def test_open_virtual_dataset_existing_kerchunk_refs(
233233
234234
235235@requires_kerchunk
236+ @pytest .mark .xfail (
237+ reason = "Test hangs after https://github.com/zarr-developers/VirtualiZarr/pull/420"
238+ )
236239def test_notimplemented_read_inline_refs (tmp_path , netcdf4_inlined_ref ):
237240 # For now, we raise a NotImplementedError if we read existing references that have inlined data
238241 # https://github.com/zarr-developers/VirtualiZarr/pull/251#pullrequestreview-2361916932
You can’t perform that action at this time.
0 commit comments