mirror of https://github.com/containers/podman.git
skip pidfile test on remote
Signed-off-by: chenkang <kongchen28@gmail.com>
This commit is contained in:
parent
022bf589c8
commit
4ce7aa6ee8
|
@ -211,6 +211,7 @@ var _ = Describe("Podman start", func() {
|
|||
})
|
||||
|
||||
It("podman start container with special pidfile", func() {
|
||||
SkipIfRemote("pidfile not handled by remote")
|
||||
pidfile := tempdir + "pidfile"
|
||||
session := podmanTest.Podman([]string{"create", "--pidfile", pidfile, ALPINE, "ls"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
|
Loading…
Reference in New Issue