summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-04-25 13:51:33 -0500
committerBrent Baude <bbaude@redhat.com>2020-04-27 09:08:27 -0500
commita7b3310db567309e8c21c4c49a37de9d18646a4c (patch)
tree73809829c0c27b609a1bdce71b99ade0b7c09cca /test/e2e
parent2afe579c064923841a55d57458fac4d91bec8173 (diff)
downloadpodman-a7b3310db567309e8c21c4c49a37de9d18646a4c.tar.gz
podman-a7b3310db567309e8c21c4c49a37de9d18646a4c.tar.bz2
podman-a7b3310db567309e8c21c4c49a37de9d18646a4c.zip
enable integration tests for restart
enable integrations tests for container restart. fixed bug where --running was not being honored. Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/restart_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/restart_test.go b/test/e2e/restart_test.go
index 9bbeb4f68..2b515f53b 100644
--- a/test/e2e/restart_test.go
+++ b/test/e2e/restart_test.go
@@ -17,7 +17,6 @@ var _ = Describe("Podman restart", func() {
)
BeforeEach(func() {
- Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)