Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 288461c

Browse files
committed
comment all create tests
1 parent ffafda0 commit 288461c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_create.py renamed to tests/_test_create.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,14 @@ def _test_create(name):
104104
compare_zarr(reference, output)
105105

106106

107-
@pytest.mark.skip(reason="Test not running everywhere.")
108107
def test_create_concat():
109108
_test_create("create-concat")
110109

111110

112-
@pytest.mark.skip(reason="Test not running everywhere.")
113111
def test_create_join():
114112
_test_create("create-join")
115113

116114

117-
@pytest.mark.skip(reason="Test not running everywhere.")
118115
def test_create_pipe():
119116
_test_create("create-pipe")
120117

0 commit comments

Comments
 (0)