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

Remove FEDORA-2024-442827752b and 120746008 from workarounds

Both are stable now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-07-20 09:22:59 -07:00
parent 92ea362578
commit 7945c797fa

View File

@ -474,9 +474,9 @@ sub get_setup_repos_script {
sub get_workarounds {
my $version = shift || get_var("VERSION");
my %workarounds = (
"39" => ["FEDORA-2024-442827752b"],
"39" => [],
"40" => [],
"41" => ["120746008"],
"41" => [],
);
my $advortasks = $workarounds{$version};
return @$advortasks;