1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-24 14:53:09 +00:00

Drop workarounds that have reached stable

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-27 15:13:13 -08:00
parent 10b7f66a02
commit ad394a7feb

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = (
"38" => [],
"39" => [],
"40" => ["FEDORA-2024-8b66f08f0b", "FEDORA-2024-7208e1fe93", "FEDORA-2024-90de40cdaf"],
"40" => [],
"41" => [],
);
my $advortasks = $workarounds{$version};