diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-10 13:19:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 13:19:44 -0400 |
commit | c44992827d7e5d6ab84317a49340f34734c13ec5 (patch) | |
tree | 2f3236b21d28e2408d800cd5fcd983f491f0ec77 /test/e2e | |
parent | 6c5bd152648c86ff6ecc2777b94bbc9059783bbe (diff) | |
parent | 15f273b9310399ba048f667dba40f553b2fb60cb (diff) | |
download | podman-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.go | 2 |
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)) |