haskell-base32-bytestring: disable failing test suite
This commit is contained in:
parent
6c885b38ee
commit
acb05dfc15
|
@ -1026,4 +1026,7 @@ self: super: {
|
||||||
# https://github.com/bos/bloomfilter/issues/7
|
# https://github.com/bos/bloomfilter/issues/7
|
||||||
bloomfilter = appendPatch super.bloomfilter ./patches/bloomfilter-fix-on-32bit.patch;
|
bloomfilter = appendPatch super.bloomfilter ./patches/bloomfilter-fix-on-32bit.patch;
|
||||||
|
|
||||||
|
# https://github.com/pxqr/base32-bytestring/issues/4
|
||||||
|
base32-bytestring = dontCheck super.base32-bytestring;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue