From 2d709a99ad9c191a3fe08e6946912739c46d51f6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 18 Apr 2019 07:59:29 -0700 Subject: [PATCH] Remove #1699099 workaround We got a compose with the fix included, so this should no longer be needed. Signed-off-by: Adam Williamson --- tests/_do_install_and_reboot.pm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 979855d3..82761104 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -131,15 +131,6 @@ sub run { $self->root_console(timeout=>30); enable_abrt_and_quit(); } - elsif ((get_var("DESKTOP") eq "gnome") && ($version eq "30" || $version eq "rawhide") && get_var("ADVISORY") ne "FEDORA-2019-ac2a21ff07") { - # FIXME workaround for - # https://bugzilla.redhat.com/show_bug.cgi?id=1699099 - # remove when fixed - $self->root_console(timeout=>30); - console_loadkeys_us; - 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"; }