haskell-ng: disable some test suites that run forever
This commit is contained in:
parent
e6b8f4de94
commit
c55b5eb245
@ -341,6 +341,10 @@ self: super: {
|
|||||||
# Needs access to locale data, but looks for it in the wrong place.
|
# Needs access to locale data, but looks for it in the wrong place.
|
||||||
scholdoc-citeproc = dontCheck super.scholdoc-citeproc;
|
scholdoc-citeproc = dontCheck super.scholdoc-citeproc;
|
||||||
|
|
||||||
|
# These test suites run for ages, even on a fast machine. This is nuts.
|
||||||
|
Random123 = dontCheck super.Random123;
|
||||||
|
systemd = dontCheck super.systemd;
|
||||||
|
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
# Not on Hackage yet.
|
# Not on Hackage yet.
|
||||||
|
Loading…
Reference in New Issue
Block a user