Skip to content

Commit

Permalink
Temp. disable PM basic Volume ops test
Browse files Browse the repository at this point in the history
Issue 23296

Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed Aug 1, 2024
1 parent 029a9aa commit 457c645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/machine/e2e/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ 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.")

tDir, err := filepath.Abs(GinkgoT().TempDir())
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit 457c645

Please sign in to comment.