Skip to content

Commit

Permalink
Skip test that loops due to minio bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jul 26, 2024
1 parent b3dff2f commit faf2023
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ async def test_backup_zarr(
assert zarrgit.get_commit_count() == 4


@pytest.skip(
reason=(
"Checksum mismatch caused by https://github.com/minio/minio/issues/20167"
" results in infinite upload loop"
)
)
async def test_backup_zarr_entry_conflicts(
docker_archive: Archive, new_dandiset: SampleDandiset, tmp_path: Path
) -> None:
Expand Down

0 comments on commit faf2023

Please sign in to comment.