1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-26 23:53:08 +00:00

Drop a workaround that went stable weeks ago

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-06-19 12:53:10 -07:00
parent 3ca2598a01
commit e30060218b

View File

@ -477,7 +477,7 @@ sub get_workarounds {
"38" => [], "38" => [],
"39" => [], "39" => [],
"40" => [], "40" => [],
"41" => ["FEDORA-2024-fa260c31e8"], "41" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};
return @$advortasks; return @$advortasks;