From 01980d5e194167de00146280c4dd50936f7252df Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 27 Sep 2024 17:30:08 -0400 Subject: [PATCH] XFAIL timing out test test_nwb2asset_remote_asset This is a bit too wildcard, ideally we should only xfail on timeout. Asking at https://github.com/pytest-dev/pytest-timeout/issues/181 --- dandi/tests/test_metadata.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dandi/tests/test_metadata.py b/dandi/tests/test_metadata.py index 415658e0e..1de523171 100644 --- a/dandi/tests/test_metadata.py +++ b/dandi/tests/test_metadata.py @@ -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")