1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 07:13:09 +00:00

Add FEDORA-2024-5feb9b58f5 to F40 workarounds

Needed to make the tests for FEDORA-2024-039bae341c pass, I
don't wanna wait for a compose.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-20 18:20:16 -08:00
parent 2c520e47c8
commit 15037690cc

View File

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