Skip to content

Commit 5780b8a

Browse files
authored
Update tests/test_array.py
1 parent 4661242 commit 5780b8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,6 @@ async def test_write_empty_chunks_config(write_empty_chunks: bool, store: Store)
12991299
assert arr._config.write_empty_chunks == write_empty_chunks
13001300

13011301
@staticmethod
1302-
@pytest.mark.parametrize("zarr_format", [2, 3])
13031302
@pytest.mark.parametrize("path", [None, "", "/", "/foo", "foo", "foo/bar"])
13041303
async def test_name(store: Store, zarr_format: ZarrFormat, path: str | None) -> None:
13051304
arr = await create_array(

0 commit comments

Comments
 (0)