We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a8167 commit a98cbcbCopy full SHA for a98cbcb
numcodecs/tests/test_pyzstd.py
@@ -25,7 +25,6 @@ def test_pyzstd_simple(input):
25
assert pyzstd.decompress(z.encode(input)) == input
26
27
28
-@pytest.mark.xfail
29
@pytest.mark.parametrize("input", test_data)
30
def test_pyzstd_simple_multiple_frames_decode(input):
31
"""
0 commit comments