From d06e4503f839d0666aec803a99547717f14900fc Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 27 Sep 2024 17:07:00 -0400 Subject: [PATCH] TST: xfail test_reextract_metadata on NFS CI setup ref: https://github.com/dandi/dandi-cli/issues/1507 --- dandi/cli/tests/test_service_scripts.py | 4 ++++ 1 file changed, 4 insertions(+) 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: