mirror of https://github.com/borgbackup/borg.git
do not test lzma level 9 compression
got a MemoryError in a vagrant VM, level 9 needs a lot of memory...
This commit is contained in:
parent
02fff766d0
commit
bc021d4ed7
|
@ -93,7 +93,7 @@ def test_compressor():
|
|||
params_list += [
|
||||
dict(name='lzma', level=0, buffer=buffer),
|
||||
dict(name='lzma', level=6, buffer=buffer),
|
||||
dict(name='lzma', level=9, buffer=buffer),
|
||||
# we do not test lzma on level 9 because of the huge memory needs
|
||||
]
|
||||
for params in params_list:
|
||||
c = Compressor(**params)
|
||||
|
|
Loading…
Reference in New Issue