haskellPackages.paramtree: disable flaky test suite

This commit is contained in:
sternenseemann 2021-05-09 00:49:23 +02:00
parent e155ff4a7f
commit 6a0d9e5242

View File

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