aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/cp_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-06 17:00:19 -0400
committerGitHub <noreply@github.com>2020-07-06 17:00:19 -0400
commitb1cc781c68964dff3ee4a00ef7ce71f56ae69e7c (patch)
tree37fa912c1328f5dcba643c694d56d61d5caa6242 /test/e2e/cp_test.go
parentfca3434ee7e7af4315717825aa67d4a23447cb6f (diff)
parenta10d5b42ab781932d4738334878bafa8406e5f23 (diff)
downloadpodman-b1cc781c68964dff3ee4a00ef7ce71f56ae69e7c.tar.gz
podman-b1cc781c68964dff3ee4a00ef7ce71f56ae69e7c.tar.bz2
podman-b1cc781c68964dff3ee4a00ef7ce71f56ae69e7c.zip
Merge pull request #6570 from rhatdan/remote
Change buildtag for remoteclient to remote for testing
Diffstat (limited to 'test/e2e/cp_test.go')
-rw-r--r--test/e2e/cp_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/e2e/cp_test.go b/test/e2e/cp_test.go
index 86e485859..6fed6a0ac 100644
--- a/test/e2e/cp_test.go
+++ b/test/e2e/cp_test.go
@@ -1,4 +1,4 @@
-// +build !remoteclient
+// +build !remote
package integration
@@ -142,7 +142,6 @@ 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))