summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-09 00:49:23 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-09 00:49:23 +0200
commit6a0d9e5242ea97fd0ae6e1294df2a6414a0a0d39 (patch)
treeb049e0b865c92e3be307a5ef1ae0025a37db430b /pkgs/development/haskell-modules/configuration-common.nix
parente155ff4a7fa924138f59f49ecae1f11e75cb7fb2 (diff)
downloadnixpkgs-6a0d9e5242ea97fd0ae6e1294df2a6414a0a0d39.tar
nixpkgs-6a0d9e5242ea97fd0ae6e1294df2a6414a0a0d39.tar.gz
nixpkgs-6a0d9e5242ea97fd0ae6e1294df2a6414a0a0d39.tar.bz2
nixpkgs-6a0d9e5242ea97fd0ae6e1294df2a6414a0a0d39.tar.lz
nixpkgs-6a0d9e5242ea97fd0ae6e1294df2a6414a0a0d39.tar.xz
nixpkgs-6a0d9e5242ea97fd0ae6e1294df2a6414a0a0d39.tar.zst
nixpkgs-6a0d9e5242ea97fd0ae6e1294df2a6414a0a0d39.zip
haskellPackages.paramtree: disable flaky test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8637de9495f..1ef615584dc 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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