From 9df8fdb00eef1f672dee6559a419d24301fd3bc2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Mar 2020 12:54:16 -0800 Subject: [PATCH] Drop workaround package that's gone stable Signed-off-by: Adam Williamson --- lib/utils.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 7b18b6e2..47585d14 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};