mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Add more Remote tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -112,7 +112,6 @@ var _ = Describe("Podman image|container exists", func() {
|
||||
})
|
||||
It("podman pod does not exist in local storage", func() {
|
||||
// The exit code for non-existing pod is incorrect (125 vs 1)
|
||||
SkipIfRemote()
|
||||
session := podmanTest.Podman([]string{"pod", "exists", "foobar"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session).Should(Exit(1))
|
||||
|
Reference in New Issue
Block a user