test: enable healthcheck tests

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2020-04-27 11:24:09 +02:00
parent eab41cac6f
commit 00233e0311
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ var _ = Describe("Podman healthcheck run", func() {
)
BeforeEach(func() {
Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)