From a10d5b42ab781932d4738334878bafa8406e5f23 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 11 Jun 2020 08:21:20 -0400 Subject: Change buildtag for remoteclient to remote for testing Signed-off-by: Daniel J Walsh --- test/e2e/pod_inspect_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/e2e/pod_inspect_test.go') diff --git a/test/e2e/pod_inspect_test.go b/test/e2e/pod_inspect_test.go index 5e3634435..e2c2ac607 100644 --- a/test/e2e/pod_inspect_test.go +++ b/test/e2e/pod_inspect_test.go @@ -59,6 +59,7 @@ var _ = Describe("Podman pod inspect", func() { }) It("podman pod inspect (CreateCommand)", func() { + Skip(v2remotefail) podName := "myTestPod" createCommand := []string{"pod", "create", "--name", podName, "--hostname", "rudolph", "--share", "net"} -- cgit v1.2.3-54-g00ecf