Skip to content

Commit 96d7759

Browse files
committed
Remove test that now passes
1 parent 5aa6695 commit 96d7759

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

numcodecs/tests/test_blosc.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,6 @@ def test_err_encode_object_buffer():
191191
check_err_encode_object_buffer(Blosc())
192192

193193

194-
@pytest.mark.parametrize('codec', codecs)
195-
def test_decompression_error_handling(codec):
196-
_skip_null(codec)
197-
with pytest.raises(RuntimeError):
198-
codec.decode(bytearray())
199-
with pytest.raises(RuntimeError):
200-
codec.decode(bytearray(0))
201-
202-
203194
@pytest.mark.parametrize('codec', codecs)
204195
def test_max_buffer_size(codec):
205196
_skip_null(codec)

0 commit comments

Comments
 (0)