Temporary disabled Clamav:remove_infected

This commit is contained in:
Pavel Zhukov 2020-05-06 17:29:23 +02:00
parent 02b1eb946b
commit 6923a370a0

View File

@ -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