Skip to content

Commit c65712a

Browse files
committed
Skip high memory test
1 parent 6c4fdc4 commit c65712a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_igzip_lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def testEOFError(self):
106106
with pytest.raises(EOFError):
107107
igzd.decompress(b"")
108108

109+
@pytest.mark.skip(reason="Causes memory issues on CI systems.")
109110
def testDecompress4G(self):
110111
# "Test igzdecompressor.decompress() with >4GiB input"
111112
size = 4 * 1024 ** 3 + 100 # 4 GiB + 100

0 commit comments

Comments
 (0)