mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
enable the push e2e tests
With the recent changes, push is working now. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -22,7 +22,6 @@ var _ = Describe("Podman push", func() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
Skip(v2fail)
|
|
||||||
tempdir, err = CreateTempDirInTempDir()
|
tempdir, err = CreateTempDirInTempDir()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
|
Reference in New Issue
Block a user