haskell-assertions: disable failing test suite
This commit is contained in:
parent
fa7b936217
commit
0be78f7b64
|
@ -168,6 +168,9 @@ self: super: {
|
||||||
# https://github.com/kazu-yamamoto/simple-sendfile/issues/17
|
# https://github.com/kazu-yamamoto/simple-sendfile/issues/17
|
||||||
simple-sendfile = dontCheck super.simple-sendfile;
|
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.
|
# Not on Hackage yet.
|
||||||
|
|
Loading…
Reference in New Issue