From e31e16d4f7e1f51d70c99209f0af852cd3272c54 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Apr 2025 09:12:03 +0200 Subject: skip signing tests --- php-phpmailer6.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php-phpmailer6.spec') diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index f0d0f2d..b4994dc 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -184,7 +184,12 @@ ret=0 for cmd in php php81 php82 php83 php84; do if which $cmd; then $cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \ - %{phpunit} --exclude slow,pop3,languages --verbose || ret=1 + %{phpunit} \ + --exclude slow,pop3,languages \ +%if 0%{?fedora} >= 43 + --filter '^((?!(testSigning|testSigningWithCA)).)*$' \ +%endif + || ret=1 fi done -- cgit