haskellPackages.ChasingBottoms: Disable testsuite
This commit is contained in:
parent
e30ecaa916
commit
43e7cf5eb7
@ -939,4 +939,6 @@ self: super: {
|
|||||||
# Tries to read a file it is not allowed to in the test suite
|
# Tries to read a file it is not allowed to in the test suite
|
||||||
load-env = dontCheck super.load-env;
|
load-env = dontCheck super.load-env;
|
||||||
|
|
||||||
|
# Sporadically OOMs even with 16G
|
||||||
|
ChasingBottoms = dontCheck super.ChasingBottoms;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user