Merge #262240: spamassassin: disable a flaky test

This commit is contained in:
Vladimír Čunát 2023-10-20 13:31:17 +02:00
commit 9b73bd40ce
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -52,6 +52,9 @@ perlPackages.buildPerlPackage rec {
export HOME=$NIX_BUILD_TOP/home
mkdir -p $HOME
mkdir t/log # pre-create to avoid race conditions
# 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)')
'';
postInstall = ''