From 43e7cf5eb76e25833988432061876dfe78bc23b6 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 12 Jan 2018 13:04:57 -0500 Subject: [PATCH] haskellPackages.ChasingBottoms: Disable testsuite --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }