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:
lukasepple 2021-08-06 15:12:42 +02:00
parent 5bb192fb96
commit cecc6ad4d5

View file

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