mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Examine all SkipIfRemote functions
Remove ones that are not needed. Document those that should be there. Document those that should be fixed. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -101,7 +101,7 @@ var _ = Describe("Podman ps", func() {
|
||||
})
|
||||
|
||||
It("podman ps latest flag", func() {
|
||||
SkipIfRemote()
|
||||
SkipIfRemote() // --latest is not supported on podman-remote
|
||||
_, ec, _ := podmanTest.RunLsContainer("")
|
||||
Expect(ec).To(Equal(0))
|
||||
_, ec, _ = podmanTest.RunLsContainer("")
|
||||
|
Reference in New Issue
Block a user