We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06e450 commit 01980d5Copy full SHA for 01980d5
dandi/tests/test_metadata.py
@@ -883,6 +883,7 @@ def test_nwb2asset(simple2_nwb: Path) -> None:
883
)
884
885
886
+@pytest.mark.xfail(reason="https://github.com/dandi/dandi-cli/issues/1450")
887
def test_nwb2asset_remote_asset(nwb_dandiset: SampleDandiset) -> None:
888
pytest.importorskip("fsspec")
889
asset = nwb_dandiset.dandiset.get_asset_by_path("sub-mouse001/sub-mouse001.nwb")
0 commit comments