1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-07-25 11:45:43 +00:00

Drop already-stable workarounds

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-05-09 00:19:01 -07:00
parent 3a2fd22ab5
commit 0887eece36

View File

@ -485,8 +485,8 @@ sub get_workarounds {
"40" => [],
"41" => [],
"42" => [],
"43" => ["FEDORA-2025-c25f31b10b"],
"eln" => ["FEDORA-2025-3de666755c", "FEDORA-2025-07a540332e", "FEDORA-2025-0e0edcfd6a"],
"43" => [],
"eln" => [],
);
my $advortasks = $workarounds{$version};
return @$advortasks;