summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-24 22:29:27 +0200
committerGitHub <noreply@github.com>2020-04-24 22:29:27 +0200
commit10f3a8ac6bd9028f1c70ad48a7ebf2b2e33f2d6e (patch)
treef4fe9c9c0654573a3495a3d19828e6e1077174cb /test/e2e
parenta49d5c9c2f0b62fec115c8ecda37f378c12707e9 (diff)
parentd7a3785b3ee4ebb807b9a1207385b0b267c81508 (diff)
downloadpodman-10f3a8ac6bd9028f1c70ad48a7ebf2b2e33f2d6e.tar.gz
podman-10f3a8ac6bd9028f1c70ad48a7ebf2b2e33f2d6e.tar.bz2
podman-10f3a8ac6bd9028f1c70ad48a7ebf2b2e33f2d6e.zip
Merge pull request #5977 from QiWang19/commit-test
V2 tests: enables commit tests
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/commit_test.go1
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)