1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 14:37:23 +00:00

Clear a now-stable workaround

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-08-22 11:50:29 -07:00
parent 531df88d37
commit 9a95ece8d3

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = ( my %workarounds = (
"39" => [], "39" => [],
"40" => [], "40" => [],
"41" => ["FEDORA-2024-289b218e31"], "41" => [],
"42" => [], "42" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};