diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-04-29 14:35:48 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-04-29 14:35:48 +0200 |
commit | 417764187513561e0fb66c30b23c20cb199a747a (patch) | |
tree | 613994efd8ae7bdacaf4e3c17c736f58f5faa59e | |
parent | d6d1e3860c2dec64471d3d9b408e5b90b3c21e4d (diff) | |
download | podman-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>
-rw-r--r-- | test/e2e/push_test.go | 1 |
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) |