haskell-base32-bytestring: disable failing test suite

This commit is contained in:
Peter Simons 2015-09-03 14:38:52 +02:00
parent 6c885b38ee
commit acb05dfc15

View file

@ -1026,4 +1026,7 @@ self: super: {
# https://github.com/bos/bloomfilter/issues/7
bloomfilter = appendPatch super.bloomfilter ./patches/bloomfilter-fix-on-32bit.patch;
# https://github.com/pxqr/base32-bytestring/issues/4
base32-bytestring = dontCheck super.base32-bytestring;
}