mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
haskell-distributed-process-tests: don't run tests on Hydra
This commit is contained in:
parent
488e460f27
commit
d268cef94a
|
@ -1068,4 +1068,7 @@ self: super: {
|
|||
# http://hydra.cryp.to/build/498404/log/raw
|
||||
dbus = dontCheck (appendPatch super.dbus ./patches/hdbus-semicolons.patch);
|
||||
|
||||
# Test suite occasionally runs for 1+ days on Hydra.
|
||||
distributed-process-tests = dontCheck super.distributed-process-tests;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue