Skip to content

Commit 1fb7f87

Browse files
authored
Re-enable VLenBytes round-trip None test
1 parent 169db1b commit 1fb7f87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

numcodecs/tests/test_vlen_bytes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ def test_decode_errors():
8585
codec.decode(enc, out=np.zeros(10, dtype='i4'))
8686

8787

88-
# TODO: fix this test on GitHub actions somehow...
89-
# See https://github.com/zarr-developers/numcodecs/issues/683
90-
@pytest.mark.skipif(sys.platform == "darwin", reason="Test is failing on macOS on GitHub actions.")
9188
def test_encode_none():
9289
a = np.array([b'foo', None, b'bar'], dtype=object)
9390
codec = VLenBytes()

0 commit comments

Comments
 (0)