diff options
author | Qi Wang <qiwan@redhat.com> | 2020-04-24 15:19:40 -0400 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2020-04-24 15:20:04 -0400 |
commit | d7a3785b3ee4ebb807b9a1207385b0b267c81508 (patch) | |
tree | 864e9012b176d1594ab868e3e5de4ad4b992dd32 | |
parent | 3c3adac52838bc4d2b0fdda2cbb8366c81444728 (diff) | |
download | podman-d7a3785b3ee4ebb807b9a1207385b0b267c81508.tar.gz podman-d7a3785b3ee4ebb807b9a1207385b0b267c81508.tar.bz2 podman-d7a3785b3ee4ebb807b9a1207385b0b267c81508.zip |
V2 tests: enables commit tests
V2 tests enables commit tests
Signed-off-by: Qi Wang <qiwan@redhat.com>
-rw-r--r-- | test/e2e/commit_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/commit_test.go b/test/e2e/commit_test.go index ceb656a01..72387ed8c 100644 --- a/test/e2e/commit_test.go +++ b/test/e2e/commit_test.go @@ -18,7 +18,6 @@ var _ = Describe("Podman commit", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |