From 34aaba27ea7551d241d887cc050881d4e5b5d67c Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Tue, 28 Apr 2026 11:28:05 +0200 Subject: [PATCH] Do not wait, but check regularly --- tests/applications/gnome-initial-setup/aaa_setup.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/applications/gnome-initial-setup/aaa_setup.pm b/tests/applications/gnome-initial-setup/aaa_setup.pm index f052afe5..01f6b36f 100644 --- a/tests/applications/gnome-initial-setup/aaa_setup.pm +++ b/tests/applications/gnome-initial-setup/aaa_setup.pm @@ -15,6 +15,7 @@ sub run { # Remove the user clear the system and force the gnome-initial-setup # to start on new boot. + assert_script_run("loginctl terminate-user $username"); assert_script_run("loginctl kill-user $username"); # closing the user might switch us back to GDM, switch away if so $self->root_console(tty => 3) if (check_screen 'graphical_login', timeout => 30);