Skip to content

Commit d06e450

Browse files
committed
TST: xfail test_reextract_metadata on NFS CI setup
ref: #1507
1 parent 55cd3f9 commit d06e450

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dandi/cli/tests/test_service_scripts.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
DATA_DIR = Path(__file__).with_name("data")
2222

2323

24+
@pytest.mark.xfail(
25+
"nfsmount" in os.environ.get("TMPDIR", ""),
26+
reason="https://github.com/dandi/dandi-cli/issues/1507",
27+
)
2428
def test_reextract_metadata(
2529
monkeypatch: pytest.MonkeyPatch, nwb_dandiset: SampleDandiset
2630
) -> None:

0 commit comments

Comments
 (0)