skip pidfile test on remote

Signed-off-by: chenkang <kongchen28@gmail.com>
This commit is contained in:
chenkang
2021-04-17 22:30:43 +08:00
parent 022bf589c8
commit 4ce7aa6ee8

View File

@ -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()