diff --git a/dandi/tests/test_dandiarchive.py b/dandi/tests/test_dandiarchive.py index a3292598a..07913bd3e 100644 --- a/dandi/tests/test_dandiarchive.py +++ b/dandi/tests/test_dandiarchive.py @@ -321,6 +321,7 @@ def test_parse_dandi_url_unknown_instance() -> None: @mark.skipif_no_network +@pytest.mark.xfail(reason="https://github.com/dandi/dandi-archive/issues/1020") def test_parse_dandi_url_not_found() -> None: # Unlikely this one would ever come to existence with pytest.raises(NotFoundError):