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
No known key found for this signature in database
GPG Key ID: A592F3AE7ECB096B
1 changed files with 1 additions and 0 deletions

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