1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

Drop workaround package that's gone stable

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-03-06 12:54:16 -08:00
parent db3f6c1b02
commit 9df8fdb00e

View File

@ -515,9 +515,8 @@ sub _repo_setup_updates {
my %workarounds = ( my %workarounds = (
"30" => [], "30" => [],
"31" => [], "31" => [],
# fix for lmod breaking console output tests, fix for UEFI # fix for lmod breaking console output tests
# bootloader installs "32" => ["FEDORA-2020-755d29d4b0"]
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-8ef75170b3"]
); );
# then we'll download each update for our release: # then we'll download each update for our release:
my $advisories = $workarounds{$version}; my $advisories = $workarounds{$version};