Skip to content

Commit 90a519a

Browse files
Skip du tests
1 parent b9b56f1 commit 90a519a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import sys
2+
13
import numpy as np
24
import pytest
35
import zarr
@@ -181,6 +183,7 @@ def test_5_chunk_1(self, n, expected):
181183
assert result == expected
182184

183185

186+
@pytest.mark.skipif(sys.platform != "linux", reason="Only valid on Linux")
184187
@pytest.mark.parametrize(
185188
("path", "expected"),
186189
[

0 commit comments

Comments
 (0)