Skip to content

Commit

Permalink
test: Drop disabling of SELinux in check-shutdown-restart
Browse files Browse the repository at this point in the history
https://bugzilla.redhat.com/show_bug.cgi?id=1278287 got fixed in Fedora
23 three years ago already. Let's make sure we test it under the default
system configuration with SELinux enabled.
  • Loading branch information
martinpitt committed Mar 17, 2018
1 parent ae24ef2 commit 924f7d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/verify/check-shutdown-restart
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ class TestShutdownRestart(MachineCase):
m2 = self.machines['machine2']
b2 = self.new_browser(m2)

# HACK -https://bugzilla.redhat.com/show_bug.cgi?id=1278287
m.execute("! selinuxenabled || setenforce 0")

m.start_cockpit()

self.login_and_go("/system")
Expand Down

0 comments on commit 924f7d5

Please sign in to comment.