Skip to content

Commit 4c2a935

Browse files
committed
remove failing zipstore
1 parent ef5db51 commit 4c2a935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmarks/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_write_array(
7070

7171
@pytest.mark.parametrize("compression_name", [None, "gzip"])
7272
@pytest.mark.parametrize("layout", layouts)
73-
@pytest.mark.parametrize("store", ["memory", "local", "zip"], indirect=["store"])
73+
@pytest.mark.parametrize("store", ["memory", "local"], indirect=["store"])
7474
def test_read_array(
7575
store: Store, layout: Layout, compression_name: CompressorName, benchmark: BenchmarkFixture
7676
) -> None:

0 commit comments

Comments
 (0)