mirror of
https://github.com/containers/podman.git
synced 2025-06-19 00:06:43 +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() {
|
||||
Skip(v2fail)
|
||||
tempdir, err = CreateTempDirInTempDir()
|
||||
if err != nil {
|
||||
os.Exit(1)
|
||||
|
Reference in New Issue
Block a user