1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-31 04:33:09 +00:00

Drop workarounds that are stable now

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-01-17 10:55:29 -08:00
parent 2415f76a40
commit 5ecc674b6d

View File

@ -475,7 +475,7 @@ sub get_workarounds {
my %workarounds = (
"40" => [],
"41" => [],
"42" => ["FEDORA-2025-0976d1a1dc", "FEDORA-2025-5ccb655b33"],
"42" => [],
"eln" => [],
);
my $advortasks = $workarounds{$version};