test: enable pod stop tests

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2020-04-27 13:19:35 +02:00
parent e589c2219f
commit 246c0053c1
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
1 changed files with 0 additions and 1 deletions

View File

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