diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-27 13:41:58 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-27 13:41:58 +0200 |
commit | 196e12f18543357ed8284ca3eaf2258b1783e248 (patch) | |
tree | ab74fcb26877b49d8b607fe972e1f4f6d82c6828 | |
parent | 4028215b6a83cc8bd059ad1e902dc3e6a39e1b74 (diff) | |
download | podman-196e12f18543357ed8284ca3eaf2258b1783e248.tar.gz podman-196e12f18543357ed8284ca3eaf2258b1783e248.tar.bz2 podman-196e12f18543357ed8284ca3eaf2258b1783e248.zip |
test: enable pod restart tests
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r-- | test/e2e/pod_restart_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/pod_restart_test.go b/test/e2e/pod_restart_test.go index 9938c70b8..691fe5f0c 100644 --- a/test/e2e/pod_restart_test.go +++ b/test/e2e/pod_restart_test.go @@ -16,7 +16,6 @@ var _ = Describe("Podman pod restart", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |