Skip to content

Commit c61ccce

Browse files
committed
Mark multiframe pyzstd tests as now passing
1 parent 2096a42 commit c61ccce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numcodecs/tests/test_pyzstd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def test_pyzstd_simple(input):
2525
assert pyzstd.decompress(z.encode(input)) == input
2626

2727

28-
@pytest.mark.xfail
2928
@pytest.mark.parametrize("input", test_data)
3029
def test_pyzstd_simple_multiple_frames_decode(input):
3130
"""

0 commit comments

Comments
 (0)