Skip to content

Commit

Permalink
CI: remove skips for libkrun
Browse files Browse the repository at this point in the history
Remove the skips introduced to work around containers#23296

Signed-off-by: Sergio Lopez <slp@redhat.com>
  • Loading branch information
slp committed Oct 7, 2024
1 parent 858472a commit 3cedd0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 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 Expand Up @@ -219,7 +217,6 @@ var _ = Describe("run basic podman commands", func() {
It("podman build contexts", func() {
skipIfVmtype(define.HyperVVirt, "FIXME: #23429 - Error running podman build with option --build-context on Hyper-V")
skipIfVmtype(define.QemuVirt, "FIXME: #23433 - Additional build contexts should be sent as additional tar files")
skipIfVmtype(define.LibKrun, "FIXME: #23296 - Fails on MacOS when libkrun in use.")
name := randomString()
i := new(initMachine)
session, err := mb.setName(name).setCmd(i.withImage(mb.imagePath).withNow()).run()
Expand Down

0 comments on commit 3cedd0c

Please sign in to comment.