Skip to content

Commit 0106750

Browse files
committed
Mark hanging test as xfail
1 parent c461b33 commit 0106750

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version: ["3.11", "3.12"]
32+
timeout-minutes: 30
3233
steps:
3334
- uses: actions/checkout@v4
3435

.github/workflows/min-deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version: ["3.12"]
32+
timeout-minutes: 30
3233
steps:
3334
- uses: actions/checkout@v4
3435

.github/workflows/upstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version: ["3.12"]
32+
timeout-minutes: 30
3233
steps:
3334
- uses: actions/checkout@v4
3435

virtualizarr/tests/test_readers/test_kerchunk.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
)
236239
def 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

0 commit comments

Comments
 (0)