mirror of
https://github.com/containers/podman.git
synced 2025-08-01 05:54:53 +08:00
skip pidfile test on remote
Signed-off-by: chenkang <kongchen28@gmail.com>
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user