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
1 changed files with 1 additions and 1 deletions

View File

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