Skip to content

Commit 01980d5

Browse files
committed
XFAIL timing out test test_nwb2asset_remote_asset
This is a bit too wildcard, ideally we should only xfail on timeout. Asking at pytest-dev/pytest-timeout#181
1 parent d06e450 commit 01980d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dandi/tests/test_metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ def test_nwb2asset(simple2_nwb: Path) -> None:
883883
)
884884

885885

886+
@pytest.mark.xfail(reason="https://github.com/dandi/dandi-cli/issues/1450")
886887
def test_nwb2asset_remote_asset(nwb_dandiset: SampleDandiset) -> None:
887888
pytest.importorskip("fsspec")
888889
asset = nwb_dandiset.dandiset.get_asset_by_path("sub-mouse001/sub-mouse001.nwb")

0 commit comments

Comments
 (0)