spamassassin: skip the problematic test (#520375)

This commit is contained in:
Vladimír Čunát
2026-05-18 06:25:00 +00:00
committed by GitHub
+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)')
'';