From f8810b67b4fc461d1e060c0c9449991c6b18b68d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 6 Feb 2025 00:13:23 -0800 Subject: [PATCH] disable desktop_background on f42 temporarily We don't have a new f42 background yet, so this will always fail. Signed-off-by: Adam Williamson --- tests/desktop_background.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/desktop_background.pm b/tests/desktop_background.pm index 2e57329c..a532f207 100644 --- a/tests/desktop_background.pm +++ b/tests/desktop_background.pm @@ -12,6 +12,8 @@ sub run { my $version = get_var('VERSION'); my $rawrel = get_var('RAWREL'); return unless ($version ne "Rawhide" && $version ne $rawrel); + # temporary for f42 branching + return if ($version eq "42"); # KDE shows a different version of the welcome center on major upgrades, # which breaks this test click_lastmatch if (get_var("DESKTOP") eq "kde" && get_var("ADVISORY_OR_TASK") && check_screen "kde_ok", 5);