Skip to content

Commit

Permalink
haskellPackages.ChasingBottoms: Disable testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Jan 12, 2018
1 parent e30ecaa commit 43e7cf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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;
}

0 comments on commit 43e7cf5

Please sign in to comment.