mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
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:
@ -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))
|
||||||
|
Reference in New Issue
Block a user