haskell-js-flot: disable test suite to break infinite evaluation cycle

This commit is contained in:
Peter Simons 2020-02-07 11:09:13 +01:00
parent 0358bc066f
commit ddb6d70051
1 changed files with 3 additions and 0 deletions

View File

@ -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;