Skip podman exec cannot be invoked on Debian

Ref: https://github.com/containers/podman/issues/19552

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2023-08-08 11:31:06 -04:00
parent 95ceacefbf
commit 7ef03517f9

View File

@ -408,6 +408,7 @@ var _ = Describe("Podman exec", func() {
}) })
It("podman exec cannot be invoked", 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 := podmanTest.RunTopContainer("test1")
setup.WaitWithDefaultTimeout() setup.WaitWithDefaultTimeout()
Expect(setup).Should(Exit(0)) Expect(setup).Should(Exit(0))