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

Drop workarounds which have gone stable

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-10-22 08:42:25 -07:00
parent 69534aa8fc
commit 905376e320

View File

@ -474,8 +474,8 @@ sub get_workarounds {
my $version = shift || get_var("VERSION"); my $version = shift || get_var("VERSION");
my %workarounds = ( my %workarounds = (
"39" => [], "39" => [],
"40" => ["FEDORA-2024-8ef1271562"], "40" => [],
"41" => ["FEDORA-2024-d7dc366b88", "FEDORA-2024-975d19f08d"], "41" => [],
"42" => [], "42" => [],
"eln" => [], "eln" => [],
); );