From 31034a1b6f791d8aea33f8b39c2936a45b3ec77a Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 25 Apr 2024 16:45:45 +0200 Subject: [PATCH] test/e2e: volumes and suid/dev/exec options works remote --volume works fine with podman-remote you just need to know that the path is server side. Signed-off-by: Paul Holzinger --- test/e2e/run_volume_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/run_volume_test.go b/test/e2e/run_volume_test.go index 4dda259cd7..24d6252ed4 100644 --- a/test/e2e/run_volume_test.go +++ b/test/e2e/run_volume_test.go @@ -173,7 +173,6 @@ var _ = Describe("Podman run with volumes", func() { }) It("podman run with volumes and suid/dev/exec options", func() { - SkipIfRemote("podman-remote does not support --volumes") mountPath := filepath.Join(podmanTest.TempDir, "secrets") err := os.Mkdir(mountPath, 0755) Expect(err).ToNot(HaveOccurred())