From f9f72823ad5f773ee50b9e438c922a9cf0f3edcb Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 14 Jan 2019 15:55:00 -0600 Subject: podman remote integrations tests add exists and rmi tests back in ... Signed-off-by: baude --- test/e2e/libpod_suite_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/e2e/libpod_suite_test.go') diff --git a/test/e2e/libpod_suite_test.go b/test/e2e/libpod_suite_test.go index 429700bed..a7ce14239 100644 --- a/test/e2e/libpod_suite_test.go +++ b/test/e2e/libpod_suite_test.go @@ -19,6 +19,8 @@ import ( "github.com/onsi/gomega/gexec" ) +func SkipIfRemote() {} + // Podman is the exec call to podman on the filesystem func (p *PodmanTestIntegration) Podman(args []string) *PodmanSessionIntegration { podmanSession := p.PodmanBase(args) -- cgit v1.2.3-54-g00ecf