diff --git a/tests/desktop_background.pm b/tests/desktop_background.pm index a532f207..27365405 100644 --- a/tests/desktop_background.pm +++ b/tests/desktop_background.pm @@ -12,8 +12,9 @@ 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"); + # temporary for f43 branching + # FIXME: Remove when branching has completed + return if ($version eq "43"); # 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);