haskellPackages.ChasingBottoms: Disable testsuite

This commit is contained in:
Shea Levy
2018-01-12 13:04:57 -05:00
parent e30ecaa916
commit 43e7cf5eb7

View File

@@ -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;
}