mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-25 00:25:50 +00:00
Do not test for background for 43
This commit is contained in:
parent
531a7899e4
commit
3f1c43e0ca
@ -12,8 +12,9 @@ sub run {
|
|||||||
my $version = get_var('VERSION');
|
my $version = get_var('VERSION');
|
||||||
my $rawrel = get_var('RAWREL');
|
my $rawrel = get_var('RAWREL');
|
||||||
return unless ($version ne "Rawhide" && $version ne $rawrel);
|
return unless ($version ne "Rawhide" && $version ne $rawrel);
|
||||||
# temporary for f42 branching
|
# temporary for f43 branching
|
||||||
return if ($version eq "42");
|
# FIXME: Remove when branching has completed
|
||||||
|
return if ($version eq "43");
|
||||||
# KDE shows a different version of the welcome center on major upgrades,
|
# KDE shows a different version of the welcome center on major upgrades,
|
||||||
# which breaks this test
|
# which breaks this test
|
||||||
click_lastmatch if (get_var("DESKTOP") eq "kde" && get_var("ADVISORY_OR_TASK") && check_screen "kde_ok", 5);
|
click_lastmatch if (get_var("DESKTOP") eq "kde" && get_var("ADVISORY_OR_TASK") && check_screen "kde_ok", 5);
|
||||||
|
Loading…
Reference in New Issue
Block a user