haskellPackages.immortal: disable flaky tests on darwin (#355766)

This commit is contained in:
Vladimír Čunát 2024-11-14 08:31:13 +01:00
commit 3a06a0e1b2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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.
#