haskellPackages.ChasingBottoms: Disable testsuite

This commit is contained in:
Shea Levy 2018-01-12 13:04:57 -05:00
parent e30ecaa916
commit 43e7cf5eb7
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

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