From 4fcea15610e617273ba84b81f10729dd01ddf948 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Oct 07 2020 19:40:27 +0000 Subject: 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 --- diff --git a/lib/utils.pm b/lib/utils.pm index f68ff17..d567b4e 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};