From 66a899d79708a1876b6b2010e3d5f5a4ddc0b0a5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 22 Feb 2023 14:11:07 -0800 Subject: [PATCH] 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 --- tests/_graphical_wait_login.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 7fccb774..424364a7 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -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") );