Drop workaround which went stable weeks ago

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-04-12 18:59:24 -07:00
parent adedf40b6f
commit fcbb00d0ac
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = ( my %workarounds = (
"38" => [], "38" => [],
"39" => [], "39" => [],
"40" => ["FEDORA-2024-01fd5aa621"], "40" => [],
"41" => [], "41" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};