From c9f73ec073ef208c5f6b7d245c8917ba649bbe80 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 5 Sep 2025 11:18:28 -0700 Subject: [PATCH] Remove desktop_background short-circuit on F43 KDE The kde-settings fix is now stable and in the latest compose, so we don't need this any more. Signed-off-by: Adam Williamson --- tests/desktop_background.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/desktop_background.pm b/tests/desktop_background.pm index df865ed3..14fc513b 100644 --- a/tests/desktop_background.pm +++ b/tests/desktop_background.pm @@ -13,12 +13,6 @@ sub run { my $desktop = get_var('DESKTOP'); my $rawrel = get_var('RAWREL'); return unless ($version ne "Rawhide" && $version ne $rawrel); - # temporary for f43 branching to pass during the branch phase - # FIXME: Remove when branching has completed - if ($version eq '43' && $desktop eq 'kde') { - record_info('Short circuit', 'The background is not updated in KDE for F43'); - return; - } # 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);