Skip to content

Commit

Permalink
Update Podman patches
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Aug 5, 2024
1 parent 15e3389 commit 7428572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ index daed59828..84c470b01 100644

"github.com/containers/podman/v5/pkg/machine/define"
@@ -61,6 +62,9 @@ var _ = Describe("run basic podman commands", func() {

It("Volume ops", func() {
skipIfVmtype(define.HyperVVirt, "FIXME: #21036 - Hyper-V podman run -v fails due to path translation issues")
skipIfVmtype(define.LibKrun, "FIXME: #23296 - Fails on MacOS when libkrun in use.")
+ if testProvider.VMType() == define.QemuVirt && runtime.GOOS == "windows" {
+ Skip("volumes are not yet supported on official QEMU builds running under Windows")
+ }
Expand Down

0 comments on commit 7428572

Please sign in to comment.