From 15037690ccbb52a4c56de6ab2f5affd2b9293350 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 20 Feb 2024 18:20:16 -0800 Subject: [PATCH] Add FEDORA-2024-5feb9b58f5 to F40 workarounds Needed to make the tests for FEDORA-2024-039bae341c pass, I don't wanna wait for a 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 18d4b0f9..eb5f0d79 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => [], + "40" => ["FEDORA-2024-5feb9b58f5"], "41" => [], ); my $advortasks = $workarounds{$version};