haskell-js-flot: disable test suite to break infinite evaluation cycle
This commit is contained in:
parent
0358bc066f
commit
ddb6d70051
1 changed files with 3 additions and 0 deletions
|
@ -530,6 +530,9 @@ self: super: builtins.intersectAttrs super {
|
|||
'';
|
||||
});
|
||||
|
||||
# Break infinite recursion cycle with criterion and network-uri.
|
||||
js-flot = dontCheck super.js-flot;
|
||||
|
||||
# Break infinite recursion cycle between QuickCheck and splitmix.
|
||||
splitmix = dontCheck super.splitmix;
|
||||
|
||||
|
|
Loading…
Reference in a new issue