From 0c406f25ad05527d104d54790d10ca191374916b Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 5 Jun 2025 20:13:42 +0200 Subject: [PATCH] pkg/machine/e2e: skip rosetta test We disabled it in the machine os image so it can no longer be used currently. Signed-off-by: Paul Holzinger --- pkg/machine/e2e/init_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/machine/e2e/init_test.go b/pkg/machine/e2e/init_test.go index 684e47e9d9..e1bbca4051 100644 --- a/pkg/machine/e2e/init_test.go +++ b/pkg/machine/e2e/init_test.go @@ -542,6 +542,7 @@ var _ = Describe("podman machine init", func() { }) It("machine init with rosetta=true", func() { + Skip("rosetta currently hard disabled https://github.com/containers/podman-machine-os/pull/134") skipIfVmtype(define.QemuVirt, "Test is only for AppleHv") skipIfVmtype(define.WSLVirt, "Test is only for AppleHv") skipIfVmtype(define.HyperVVirt, "Test is only for AppleHv")