Report and skip test that fails with miniz_oxide>0.8.5
This commit is contained in:
parent
87d59a3af7
commit
7e7726133c
1 changed files with 5 additions and 0 deletions
|
|
@ -142,6 +142,11 @@ done
|
|||
# newly *revealed* problems. This merits further investigation.
|
||||
k="${k-}${k+ and }not test_variants_decompress_into"
|
||||
|
||||
# Regression with miniz_oxide>0.8.5
|
||||
# https://github.com/milesgranger/cramjam/issues/211
|
||||
# Failed: DID NOT RAISE <class 'cramjam.DecompressionError'>
|
||||
k="${k-}${k+ and }not test_variants_raise_exception[deflate]"
|
||||
|
||||
%pytest -k "${k-}" --ignore=benchmarks/test_bench.py -v -n auto
|
||||
%endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue