Skip to content

Commit

Permalink
Merge pull request #7143 from edsantiago/skip_flaky_binding_test
Browse files Browse the repository at this point in the history
bindings: skip flaky pause/unpause test
  • Loading branch information
openshift-merge-robot authored Jul 29, 2020
2 parents 044a7cb + 52375c0 commit eaa2f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/bindings/test/containers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eaa2f52

Please sign in to comment.