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/create_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/e2e/create_test.go') diff --git a/test/e2e/create_test.go b/test/e2e/create_test.go index 1e33be013..f21f17d39 100644 --- a/test/e2e/create_test.go +++ b/test/e2e/create_test.go @@ -107,6 +107,7 @@ var _ = Describe("Podman create", func() { }) It("podman create --entrypoint \"\"", func() { + Skip(v2remotefail) session := podmanTest.Podman([]string{"create", "--entrypoint", "", ALPINE, "ls"}) session.WaitWithDefaultTimeout() Expect(session.ExitCode()).To(Equal(0)) -- cgit v1.2.3-54-g00ecf