Merge pull request #7143 from edsantiago/skip_flaky_binding_test

bindings: skip flaky pause/unpause test
This commit is contained in:
OpenShift Merge Robot 2020-07-29 15:23:00 -04:00 committed by GitHub
commit eaa2f524c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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