diff --git a/test/e2e/cp_test.go b/test/e2e/cp_test.go index 5d0b25c11d..a44be23b05 100644 --- a/test/e2e/cp_test.go +++ b/test/e2e/cp_test.go @@ -213,6 +213,7 @@ var _ = Describe("Podman cp", func() { // it to the host and back to the container and make sure that we can // access it, and (roughly) the right users own it. It("podman cp from ctr chown ", func() { + SkipIfRemote("podman-remote cp fails when copying file to existing file path") srcFile, err := os.CreateTemp("", "") Expect(err).ToNot(HaveOccurred()) defer srcFile.Close()