summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-04-29 14:35:48 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-04-29 14:35:48 +0200
commit417764187513561e0fb66c30b23c20cb199a747a (patch)
tree613994efd8ae7bdacaf4e3c17c736f58f5faa59e /test/e2e
parentd6d1e3860c2dec64471d3d9b408e5b90b3c21e4d (diff)
downloadpodman-417764187513561e0fb66c30b23c20cb199a747a.tar.gz
podman-417764187513561e0fb66c30b23c20cb199a747a.tar.bz2
podman-417764187513561e0fb66c30b23c20cb199a747a.zip
enable the push e2e tests
With the recent changes, push is working now. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/push_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/push_test.go b/test/e2e/push_test.go
index 0991da867..0747257be 100644
--- a/test/e2e/push_test.go
+++ b/test/e2e/push_test.go
@@ -22,7 +22,6 @@ var _ = Describe("Podman push", func() {
)
BeforeEach(func() {
- Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)