1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-18 00:23:11 +00:00

Add FEDORA-2024-07a6f9366e as F40 workaround

...so we can get tests of FEDORA-2024-4d154cc829 to pass.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-12-05 13:29:33 -08:00
parent 341c792b31
commit 601555d79b

View File

@ -473,7 +473,7 @@ sub get_setup_repos_script {
sub get_workarounds { sub get_workarounds {
my $version = shift || get_var("VERSION"); my $version = shift || get_var("VERSION");
my %workarounds = ( my %workarounds = (
"40" => [], "40" => ["FEDORA-2024-07a6f9366e"],
"41" => [], "41" => [],
"42" => [], "42" => [],
"eln" => [], "eln" => [],