From b581fa1510f00864386859dd30f5392c6a521c0c Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 19 Mar 2019 09:55:21 +0100 Subject: tests: re-enable some tests for rootless mode Signed-off-by: Giuseppe Scrivano --- test/e2e/restart_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/e2e/restart_test.go') diff --git a/test/e2e/restart_test.go b/test/e2e/restart_test.go index 935907cb0..1daf63a0e 100644 --- a/test/e2e/restart_test.go +++ b/test/e2e/restart_test.go @@ -156,7 +156,6 @@ var _ = Describe("Podman restart", func() { }) It("Podman restart --all", func() { - SkipIfRootless() _, exitCode, _ := podmanTest.RunLsContainer("test1") Expect(exitCode).To(Equal(0)) @@ -177,7 +176,6 @@ var _ = Describe("Podman restart", func() { }) It("Podman restart --all --running", func() { - SkipIfRootless() _, exitCode, _ := podmanTest.RunLsContainer("test1") Expect(exitCode).To(Equal(0)) -- cgit v1.2.3-54-g00ecf