summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2020-04-27 11:24:09 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2020-04-27 11:31:47 +0200
commit00233e0311810df32bebd06398ce93e92779e1d5 (patch)
treead413c67c1f16377fe714bd6b3d3ae39c05f270c
parenteab41cac6f77e32552838b16253ff23aad13c5a5 (diff)
downloadpodman-00233e0311810df32bebd06398ce93e92779e1d5.tar.gz
podman-00233e0311810df32bebd06398ce93e92779e1d5.tar.bz2
podman-00233e0311810df32bebd06398ce93e92779e1d5.zip
test: enable healthcheck tests
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--test/e2e/healthcheck_run_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/healthcheck_run_test.go b/test/e2e/healthcheck_run_test.go
index 58d473ca8..19a8658ac 100644
--- a/test/e2e/healthcheck_run_test.go
+++ b/test/e2e/healthcheck_run_test.go
@@ -18,7 +18,6 @@ var _ = Describe("Podman healthcheck run", func() {
)
BeforeEach(func() {
- Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)