Skip to content

Commit

Permalink
Skip podman exec cannot be invoked on Debian
Browse files Browse the repository at this point in the history
Ref: #19552

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Aug 8, 2023
1 parent ac3e171 commit b261cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/exec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ var _ = Describe("Podman exec", func() {
})

It("podman exec cannot be invoked", func() {
SkipIfNotFedora("FIXME: #19552 fails on Debian SID w/ runc 1.1.5")
setup := podmanTest.RunTopContainer("test1")
setup.WaitWithDefaultTimeout()
Expect(setup).Should(Exit(0))
Expand Down

0 comments on commit b261cd8

Please sign in to comment.