Skip to content

Commit

Permalink
XFAIL timing out test test_nwb2asset_remote_asset
Browse files Browse the repository at this point in the history
This is a bit too wildcard, ideally we should only xfail on timeout.
Asking at pytest-dev/pytest-timeout#181
  • Loading branch information
yarikoptic committed Sep 27, 2024
1 parent d06e450 commit 01980d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandi/tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ def test_nwb2asset(simple2_nwb: Path) -> None:
)


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

0 comments on commit 01980d5

Please sign in to comment.