From 15037690ccbb52a4c56de6ab2f5affd2b9293350 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Feb 21 2024 02:20:16 +0000 Subject: 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 --- diff --git a/lib/utils.pm b/lib/utils.pm index 18d4b0f..eb5f0d7 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};