haskell-curlhs: disable failing test suite

This commit is contained in:
Peter Simons 2015-05-21 11:47:34 +02:00
parent f26b51e00e
commit 0a85cee798

View file

@ -823,4 +823,7 @@ self: super: {
# https://github.com/kolmodin/binary/issues/74
binary_0_7_4_0 = dontCheck super.binary_0_7_4_0;
# https://github.com/kkardzis/curlhs/issues/6
curlhs = dontCheck super.curlhs;
}