haskellPackages.paramtree: disable flaky test suite

wip/little-gl
sternenseemann 3 years ago
parent e155ff4a7f
commit 6a0d9e5242
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1946,4 +1946,8 @@ self: super: {
# https://github.com/enomsg/science-constants-dimensional/pull/1
science-constants-dimensional = doJailbreak super.science-constants-dimensional;
# Tests are flaky on busy machines
# https://github.com/merijn/paramtree/issues/4
paramtree = dontCheck super.paramtree;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save