From 4ce7aa6ee8aac132c4447d8a1be0fbce31d53bdc Mon Sep 17 00:00:00 2001 From: chenkang Date: Sat, 17 Apr 2021 22:30:43 +0800 Subject: skip pidfile test on remote Signed-off-by: chenkang --- test/e2e/start_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/start_test.go b/test/e2e/start_test.go index be724ab35..d5d12fc71 100644 --- a/test/e2e/start_test.go +++ b/test/e2e/start_test.go @@ -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() -- cgit v1.2.3-54-g00ecf