Add F32 backgrounds update as an update test workaround

So at least GNOME background test passes.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-03-06 21:51:32 -08:00
parent e7c6501737
commit 5c6ee14ed3

View File

@ -443,8 +443,8 @@ sub setup_workaround_repo {
"30" => ["FEDORA-2020-02ee4b1a1c"],
# disable modules on upgrade (#1767351)
"31" => ["FEDORA-2020-717d521d35"],
# fix for lmod breaking console output tests
"32" => ["FEDORA-2020-755d29d4b0"]
# fix for lmod breaking console output tests, f32 backgrounds
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-ed62604eca"]
);
# then we'll download each update for our release:
my $advisories = $workarounds{$version};