Skip to content

Commit

Permalink
enable machine "Volume ops" test for libkrun
Browse files Browse the repository at this point in the history
Let's see if this works now.

Fixes containers#23296

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Sep 18, 2024
1 parent f580ae0 commit 6ba5578
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/machine/e2e/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ var _ = Describe("run basic podman commands", func() {
})

It("Volume ops", func() {
skipIfVmtype(define.LibKrun, "FIXME: #23296 - Fails on MacOS when libkrun in use.")

tDir, err := filepath.Abs(GinkgoT().TempDir())
Expect(err).ToNot(HaveOccurred())
roFile := filepath.Join(tDir, "attr-test-file")
Expand Down

0 comments on commit 6ba5578

Please sign in to comment.