bindings: skip flaky pause/unpause test

The "podman wait to pause|unpause condition" test is failing
several times a day, always a flake. Issue #6518.

Disable it until the cause can be identified and fixed.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2020-07-29 11:30:09 -06:00
parent 7f38774ee7
commit 52375c033a

View File

@ -280,6 +280,7 @@ var _ = Describe("Podman containers ", func() {
}) })
It("podman wait to pause|unpause condition", func() { It("podman wait to pause|unpause condition", func() {
Skip("FIXME: https://github.com/containers/podman/issues/6518")
var ( var (
name = "top" name = "top"
exitCode int32 = -1 exitCode int32 = -1