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 = (
"30" => [],
"31" => [],
# fix for lmod breaking console output tests, fix for UEFI
# bootloader installs
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-8ef75170b3"]
# fix for lmod breaking console output tests
"32" => ["FEDORA-2020-755d29d4b0"]
);
# then we'll download each update for our release:
my $advisories = $workarounds{$version};