forked from mirrors/nixpkgs
haskellPackages.acid-state: disable tests on darwin
Let upstream deal with the resource exhaustion issue, probably the stress test is a bit too optimistic for darwin's fd limits or whatever.
This commit is contained in:
parent
5bb192fb96
commit
cecc6ad4d5
|
@ -244,4 +244,7 @@ self: super: {
|
|||
# https://github.com/typeclasses/dsv/issues/1
|
||||
dsv = dontCheck super.dsv;
|
||||
|
||||
# https://github.com/acid-state/acid-state/issues/133
|
||||
acid-state = dontCheck super.acid-state;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue