haskell-assertions: disable failing test suite

This commit is contained in:
Peter Simons 2015-01-20 17:17:13 +01:00
parent fa7b936217
commit 0be78f7b64

View file

@ -168,6 +168,9 @@ self: super: {
# https://github.com/kazu-yamamoto/simple-sendfile/issues/17
simple-sendfile = dontCheck super.simple-sendfile;
# Fails no apparent reason. Upstream has been notified by e-mail.
assertions = dontCheck super.assertions;
}
// {
# Not on Hackage yet.