diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 06ed2ae..3a094b0 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -561,6 +561,10 @@ tests=( # This test fails beginning with 3.0.11 because the old behavior of only # preserving 20 nested folder deletions has been removed. Delete.repeated_delete + + # FIXME temporary disabling clamav test + # https://bugzilla.redhat.com/show_bug.cgi?id=1819685 + ClamAV.remove_infected ) for i in ${tests[@]}; do exclude+=("!$i"); done