From 9d1ae2aaf79e53234033184b60061fd1fde9f22e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 7 Mar 2024 16:03:18 -0800 Subject: [PATCH] Add kde-settings update as a workaround too This should mean all F40 update tests get the new background, and we can once again make that test fail if it doesn't see it. 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 a9050abc..103b3fbf 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => ["FEDORA-2024-f0fdde3a5d"], + "40" => ["FEDORA-2024-f0fdde3a5d", "FEDORA-2024-fd7685bc5f"], "41" => [], ); my $advortasks = $workarounds{$version};