From ac4566ae89e82218da6c525805a4b49f7239a273 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Mon, 27 Apr 2026 15:28:16 +0200 Subject: [PATCH] Do not check for language --- .../gnome_initial_setup_post.pm | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm b/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm index c06f41df..7f7dbdcd 100644 --- a/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm +++ b/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm @@ -80,15 +80,20 @@ sub run { 'true' ); + # Do not check for keyboard layout and locales because + # this type of setting is currently disabled in G-I-S. + record_info("Language and keyboard layout checks are switched off!"); + # Uncomment, if this changes # Check that keyboard layout and the locales are correct in user space - assert_as_user_matches($user, - q{gsettings get org.gnome.desktop.input-sources sources}, - qr/\('xkb',\s*'cz'\)/ - ); - assert_as_user_matches($user, - q{locale}, - qr/^LANG=cs_CZ\.UTF-8$/m - ); + #assert_as_user_matches($user, + # q{gsettings get org.gnome.desktop.input-sources sources}, + # qr/\('xkb',\s*'cz'\)/ + #); + #assert_as_user_matches($user, + # q{locale}, + # qr/^LANG=cs_CZ\.UTF-8$/m + #); + # Check that automatic reporting is disabled. assert_as_user_eq($user,