V2 tests: enables commit tests

V2 tests enables commit tests

Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
Qi Wang 2020-04-24 15:19:40 -04:00
parent 3c3adac528
commit d7a3785b3e

View file

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