1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 06:27:22 +00:00

Clear out F41 workarounds list

They're all in stable now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-08-18 09:18:16 -07:00
parent 5c15f96fab
commit 175b056ce7

View File

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