Skip to content

Commit

Permalink
bindings: skip flaky pause/unpause test
Browse files Browse the repository at this point in the history
The "podman wait to pause|unpause condition" test is failing
several times a day, always a flake. Issue containers#6518.

Disable it until the cause can be identified and fixed.

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Jul 29, 2020
1 parent 7f38774 commit 52375c0
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 52375c0

Please sign in to comment.