1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-18 14:43:09 +00:00

Add some ELN workarounds to try and fix ELN tests

These should make ELN image build work again. They can go again
after the next ELN compose.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-01-17 15:10:43 -08:00
parent 5ecc674b6d
commit 45728be935

View File

@ -476,7 +476,7 @@ sub get_workarounds {
"40" => [],
"41" => [],
"42" => [],
"eln" => [],
"eln" => ["FEDORA-2025-3de666755c", "FEDORA-2025-07a540332e", "FEDORA-2025-0e0edcfd6a"],
);
my $advortasks = $workarounds{$version};
return @$advortasks;