mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +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:
@ -33,7 +33,7 @@ var _ = Describe("Podman run restart containers", func() {
|
||||
})
|
||||
|
||||
It("Podman start after successful run", func() {
|
||||
SkipIfRemote()
|
||||
SkipIfRemote() // FIXME This should work on podman-remote
|
||||
session := podmanTest.Podman([]string{"run", "--name", "test", ALPINE, "ls"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user