mirror of
https://github.com/containers/podman.git
synced 2025-06-17 15:08:08 +08:00
Merge pull request #6345 from QiWang19/mani-push-test
remote manifest test
This commit is contained in:
@ -155,7 +155,6 @@ var _ = Describe("Podman manifest", func() {
|
||||
})
|
||||
|
||||
It("podman manifest push", func() {
|
||||
Skip(v2remotefail)
|
||||
session := podmanTest.Podman([]string{"manifest", "create", "foo"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
@ -185,7 +184,8 @@ var _ = Describe("Podman manifest", func() {
|
||||
})
|
||||
|
||||
It("podman manifest push purge", func() {
|
||||
Skip(v2remotefail)
|
||||
// remote does not support --purge
|
||||
SkipIfRemote()
|
||||
session := podmanTest.Podman([]string{"manifest", "create", "foo"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user