Updates testing: add f33-backgrounds workaround

Add FEDORA-2020-27f80050a2 as a workaround because without it the
KDE desktop background test fails due to the bug in -6.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-10-07 12:40:27 -07:00
parent 8d9684dd80
commit 4fcea15610

View File

@ -441,7 +441,7 @@ sub setup_workaround_repo {
my %workarounds = (
"31" => [],
"32" => [],
"33" => []
"33" => ["FEDORA-2020-27f80050a2"]
);
# then we'll download each update for our release:
my $advisories = $workarounds{$version};