diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 84ed133d..a92884de 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -130,6 +130,16 @@ sub run { $self->root_console(timeout=>30); enable_abrt_and_quit(); } + elsif (get_var("VERSION") eq "30" || get_var("VERSION") eq "Rawhide") { + if (get_var("DESKTOP") eq "gnome") { + # FIXME workaround for + # https://bugzilla.redhat.com/show_bug.cgi?id=1699099 + # remove when fixed + $self->root_console(timeout=>30); + assert_script_run 'sed -i -e "s,SELINUX=enforcing,SELINUX=permissive,g" /mnt/sysimage/etc/selinux/config'; + type_string "reboot\n" unless (get_var("LIVE")); + } + } else { assert_and_click "anaconda_install_done"; }