From 6fe3ec37b337c1dc34664eb21f745a3238d4c412 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 16 Aug 2024 01:02:40 -0400 Subject: [PATCH] Re-enable desktop_background on F41 The new background is now present on both GNOME and KDE. Signed-off-by: Adam Williamson --- tests/desktop_background.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/desktop_background.pm b/tests/desktop_background.pm index 18893855..2e57329c 100644 --- a/tests/desktop_background.pm +++ b/tests/desktop_background.pm @@ -12,8 +12,6 @@ sub run { my $version = get_var('VERSION'); my $rawrel = get_var('RAWREL'); return unless ($version ne "Rawhide" && $version ne $rawrel); - # temporary for f41 branching - return if ($version eq "41"); # 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);