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,