summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-01-12 13:04:57 -0500
committerShea Levy <shea@shealevy.com>2018-01-12 13:04:57 -0500
commit43e7cf5eb76e25833988432061876dfe78bc23b6 (patch)
tree12d08e9b7f8fcacca9d44c65825f9bc8c8e5035d /pkgs/development/haskell-modules/configuration-common.nix
parente30ecaa916f1ce02b97a34ef3fa3d4674529143c (diff)
downloadnixlib-43e7cf5eb76e25833988432061876dfe78bc23b6.tar
nixlib-43e7cf5eb76e25833988432061876dfe78bc23b6.tar.gz
nixlib-43e7cf5eb76e25833988432061876dfe78bc23b6.tar.bz2
nixlib-43e7cf5eb76e25833988432061876dfe78bc23b6.tar.lz
nixlib-43e7cf5eb76e25833988432061876dfe78bc23b6.tar.xz
nixlib-43e7cf5eb76e25833988432061876dfe78bc23b6.tar.zst
nixlib-43e7cf5eb76e25833988432061876dfe78bc23b6.zip
haskellPackages.ChasingBottoms: Disable testsuite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 77498619abd2..16eb66a4ad08 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -939,4 +939,6 @@ self: super: {
   # Tries to read a file it is not allowed to in the test suite
   load-env = dontCheck super.load-env;
 
+  # Sporadically OOMs even with 16G
+  ChasingBottoms = dontCheck super.ChasingBottoms;
 }