1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-13 02:14:21 +00:00

Add 42 to workarounds hash

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-08-13 15:10:15 -04:00
parent 4be9ce3e88
commit 5132786456

View File

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