1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 02:13:08 +00:00

Add 41 to the workarounds table

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-14 13:35:32 -08:00
parent 541d637726
commit d998a56383

View File

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