Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry test that intermittently fails on NFS #1290

Merged
merged 1 commit into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dandi/tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ def test_find_dandi_files_with_bids(tmp_path: Path) -> None:
assert asset.bids_dataset_description is bidsdd


# This test sometimes fails and sometimes passes when running on NFS.
@pytest.mark.flaky(reruns=10)
def test_dandi_file_zarr_with_excluded_dotfiles(tmp_path: Path) -> None:
zarr_path = tmp_path / "foo.zarr"
mkpaths(
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ test =
pytest
pytest-cov
pytest-mock
pytest-rerunfailures
responses
tools=
boto3
Expand Down