Skip to content

Commit b82fdc4

Browse files
committed
Temporarily exclude test_double_encode_partition for Zarr v3 testing
1 parent fa4640f commit b82fdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ jobs:
153153
python -m pip install 'zarr${{ matrix.zarr }}'
154154
- name: Run tests
155155
run: |
156-
python -m pytest
156+
python -m pytest -k "not test_double_encode_partition"

0 commit comments

Comments
 (0)