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

Clear out already-stable workarounds

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-12-05 13:29:11 -08:00
parent dab034c39e
commit 341c792b31

View File

@ -475,7 +475,7 @@ sub get_workarounds {
my %workarounds = ( my %workarounds = (
"40" => [], "40" => [],
"41" => [], "41" => [],
"42" => ["FEDORA-2024-3588cd5a27", "FEDORA-2024-1e10898d68"], "42" => [],
"eln" => [], "eln" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};