Skip to content

Commit 43e7cf5

Browse files
committedJan 12, 2018
haskellPackages.ChasingBottoms: Disable testsuite
1 parent e30ecaa commit 43e7cf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/development/haskell-modules/configuration-common.nix

+2
Original file line numberDiff line numberDiff line change
@@ -939,4 +939,6 @@ self: super: {
939939
# Tries to read a file it is not allowed to in the test suite
940940
load-env = dontCheck super.load-env;
941941

942+
# Sporadically OOMs even with 16G
943+
ChasingBottoms = dontCheck super.ChasingBottoms;
942944
}

0 commit comments

Comments
 (0)
Please sign in to comment.