mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
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 <pholzing@redhat.com>
This commit is contained in:
@ -542,6 +542,7 @@ var _ = Describe("podman machine init", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("machine init with rosetta=true", 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.QemuVirt, "Test is only for AppleHv")
|
||||||
skipIfVmtype(define.WSLVirt, "Test is only for AppleHv")
|
skipIfVmtype(define.WSLVirt, "Test is only for AppleHv")
|
||||||
skipIfVmtype(define.HyperVVirt, "Test is only for AppleHv")
|
skipIfVmtype(define.HyperVVirt, "Test is only for AppleHv")
|
||||||
|
Reference in New Issue
Block a user