spamassassin: skip the problematic test

https://github.com/NixOS/nixpkgs/issues/401737

It's been known for many months and we still
keep suffering from random "outages" because of this.
Tests where failure leads to no practical action don't make sense to run.
This commit is contained in:
Vladimír Čunát
2026-05-15 11:14:36 +02:00
parent 54458ff8ca
commit f2b3d3e63d
+3
View File
@@ -97,6 +97,9 @@ perlPackages.buildPerlPackage rec {
mkdir -p $HOME
mkdir t/log # pre-create to avoid race conditions
#401737: Sometimes we get: Failed tests: 2, 4-5, 7-9
rm t/spamd_ssl.t
# https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8068
checkFlagsArray+=(TEST_FILES='$(shell find t -name *.t -not -name spamd_ssl_accept_fail.t)')
'';