mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
haskellPackages.immortal: disable flaky tests on darwin
It took 5 tries in <https://hydra.nixos.org/eval/1809897> for the tests to succeed on x86_64 and aarch64 darwin, respectively.
This commit is contained in:
parent
b3a71c7e0d
commit
57fd2fcf1f
@ -94,6 +94,12 @@ self: super: ({
|
||||
'';
|
||||
}) super.git-annex;
|
||||
|
||||
# on*Finish tests rely on a threadDelay timing differential of 0.1s.
|
||||
# You'd think that's plenty of time even though immediate rescheduling
|
||||
# after threadDelay is not guaranteed. However, it appears that these
|
||||
# tests are quite flaky on Darwin.
|
||||
immortal = dontCheck super.immortal;
|
||||
|
||||
# Prevents needing to add `security_tool` as a run-time dependency for
|
||||
# everything using x509-system to give access to the `security` executable.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user