summaryrefslogtreecommitdiff
path: root/test/e2e/restart_test.go
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2019-03-19 09:55:21 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2019-03-19 15:01:53 +0100
commitb581fa1510f00864386859dd30f5392c6a521c0c (patch)
tree6fa3cd6c3279485dfbf6aebd2e542e440296d74b /test/e2e/restart_test.go
parentab576e8577b6cc95aebf4afb84d104cb74ea8717 (diff)
downloadpodman-b581fa1510f00864386859dd30f5392c6a521c0c.tar.gz
podman-b581fa1510f00864386859dd30f5392c6a521c0c.tar.bz2
podman-b581fa1510f00864386859dd30f5392c6a521c0c.zip
tests: re-enable some tests for rootless mode
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'test/e2e/restart_test.go')
-rw-r--r--test/e2e/restart_test.go2
1 files changed, 0 insertions, 2 deletions
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))