Skip to content

Commit

Permalink
TST: xfail test_reextract_metadata on NFS CI setup
Browse files Browse the repository at this point in the history
ref: #1507
  • Loading branch information
yarikoptic committed Sep 27, 2024
1 parent 55cd3f9 commit d06e450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dandi/cli/tests/test_service_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d06e450

Please sign in to comment.