From 45728be93520298f341a2c456e0b48473d17f344 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 17 Jan 2025 15:10:43 -0800 Subject: [PATCH] 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 --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 6a8e4948..82db2755 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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;