diff --git a/dandi/cli/tests/test_service_scripts.py b/dandi/cli/tests/test_service_scripts.py index e468e8fde..790d298a3 100644 --- a/dandi/cli/tests/test_service_scripts.py +++ b/dandi/cli/tests/test_service_scripts.py @@ -21,6 +21,10 @@ DATA_DIR = Path(__file__).with_name("data") +@pytest.mark.xfail( + "nfsmount" in os.environ.get("TMPDIR", ""), + reason="https://github.com/dandi/dandi-cli/issues/1507", +) def test_reextract_metadata( monkeypatch: pytest.MonkeyPatch, nwb_dandiset: SampleDandiset ) -> None: