diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 1230053a..cce7ec70 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -132,8 +132,6 @@ sub run { assert_script_run "chroot /mnt/sysimage abrt-auto-reporting 1"; } if (grep {$_ eq 'rootpw'} @actions) { - # https://bugzilla.redhat.com/show_bug.cgi?id=1553957 - assert_script_run "setenforce 0"; assert_script_run "echo 'root:$root_password' | chpasswd -R /mnt/sysimage"; } type_string "reboot\n" if (grep {$_ eq 'reboot'} @actions);