Merge pull request #5977 from QiWang19/commit-test

V2 tests: enables commit tests
This commit is contained in:
OpenShift Merge Robot
2020-04-24 22:29:27 +02:00
committed by GitHub

View File

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