mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Expect KDE welcome screen on F37 too
5.27.1 is going to F37, and adds it. In the short term this will waste a minute and a half and cause soft fails on all other F37 updates until the update that adds this goes stable, but I don't really feel like working around this, let's just live with it till the update goes stable. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
822af3d025
commit
66a899d797
@ -88,7 +88,7 @@ sub run {
|
||||
my $dut = get_var("DEPLOY_UPLOAD_TEST", "2");
|
||||
my $relnum = get_release_number;
|
||||
handle_welcome_screen if (
|
||||
($desktop eq 'gnome' || ($desktop eq 'kde' && $relnum > 37)) &&
|
||||
($desktop eq 'gnome' || ($desktop eq 'kde' && $relnum > 36)) &&
|
||||
$sat ne $dut &&
|
||||
!get_var("_WELCOME_DONE")
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user