summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-10 13:19:44 -0400
committerGitHub <noreply@github.com>2020-06-10 13:19:44 -0400
commitc44992827d7e5d6ab84317a49340f34734c13ec5 (patch)
tree2f3236b21d28e2408d800cd5fcd983f491f0ec77 /test/e2e
parent6c5bd152648c86ff6ecc2777b94bbc9059783bbe (diff)
parent15f273b9310399ba048f667dba40f553b2fb60cb (diff)
downloadpodman-c44992827d7e5d6ab84317a49340f34734c13ec5.tar.gz
podman-c44992827d7e5d6ab84317a49340f34734c13ec5.tar.bz2
podman-c44992827d7e5d6ab84317a49340f34734c13ec5.zip
Merge pull request #6530 from edsantiago/test_podman_remote
Enable, then partially disable, podman-remote testing
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/cp_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/cp_test.go b/test/e2e/cp_test.go
index f95f8646c..6ae54ba34 100644
--- a/test/e2e/cp_test.go
+++ b/test/e2e/cp_test.go
@@ -141,6 +141,8 @@ var _ = Describe("Podman cp", func() {
})
It("podman cp stdin/stdout", func() {
+ SkipIfRemote()
+ Skip("Looks like SkipIfRemote() is not working")
session := podmanTest.Podman([]string{"create", ALPINE, "ls", "foo"})
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))