mirror of https://github.com/containers/podman.git
Merge pull request #7143 from edsantiago/skip_flaky_binding_test
bindings: skip flaky pause/unpause test
This commit is contained in:
commit
eaa2f524c2
|
|
@ -280,6 +280,7 @@ var _ = Describe("Podman containers ", func() {
|
|||
})
|
||||
|
||||
It("podman wait to pause|unpause condition", func() {
|
||||
Skip("FIXME: https://github.com/containers/podman/issues/6518")
|
||||
var (
|
||||
name = "top"
|
||||
exitCode int32 = -1
|
||||
|
|
|
|||
Loading…
Reference in New Issue