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

Drop a no-longer-needed workaround

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-08-13 15:27:26 -04:00
parent 5132786456
commit fd3a6d1941

View File

@ -475,7 +475,7 @@ sub get_workarounds {
my $version = shift || get_var("VERSION"); my $version = shift || get_var("VERSION");
my %workarounds = ( my %workarounds = (
"39" => [], "39" => [],
"40" => ["FEDORA-2024-f86a143437"], "40" => [],
"41" => [], "41" => [],
"42" => [], "42" => [],
); );