diff options
Diffstat (limited to 'test/e2e/cp_test.go')
-rw-r--r-- | test/e2e/cp_test.go | 3 |
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)) |