1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 16:57:22 +00:00

Drop workaround which went stable a few days ago

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-03-21 18:03:34 -07:00
parent 5572a73f61
commit 873720b97b

View File

@ -480,7 +480,7 @@ sub setup_workaround_repo {
"36" => [], "36" => [],
"37" => [], "37" => [],
"38" => [], "38" => [],
"39" => ["FEDORA-2023-ba8376ffd9"], "39" => [],
); );
# then we'll download each update for our release: # then we'll download each update for our release:
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};