1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-24 16:15:44 +00:00

Do not test for background for 43

This commit is contained in:
Lukas Ruzicka 2025-08-06 12:07:31 +02:00
parent 531a7899e4
commit 3f1c43e0ca

View File

@ -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);