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 6c4fdc4 commit c65712aCopy full SHA for c65712a
tests/test_igzip_lib.py
@@ -106,6 +106,7 @@ def testEOFError(self):
106
with pytest.raises(EOFError):
107
igzd.decompress(b"")
108
109
+ @pytest.mark.skip(reason="Causes memory issues on CI systems.")
110
def testDecompress4G(self):
111
# "Test igzdecompressor.decompress() with >4GiB input"
112
size = 4 * 1024 ** 3 + 100 # 4 GiB + 100
0 commit comments