diff --git a/test/e2e/cp_test.go b/test/e2e/cp_test.go index a44be23b05..a78b7a3c19 100644 --- a/test/e2e/cp_test.go +++ b/test/e2e/cp_test.go @@ -92,6 +92,7 @@ var _ = Describe("Podman cp", func() { // Copy a file to the container, then back to the host in --pid=host It("podman cp --pid=host file", func() { + SkipIfRemote("podman-remote cp fails when copying file to existing file path") SkipIfRootlessCgroupsV1("Not supported for rootless + CgroupsV1") srcFile, err := os.CreateTemp("", "") Expect(err).ToNot(HaveOccurred())