Skip to content

Commit

Permalink
bindings tests: re-disable flaky pause|unpuause test
Browse files Browse the repository at this point in the history
It's continuing to flake, and I see no activity on containers#6518.

Flakes are evil. Let's just disable the test again, until someone
takes the initiative to fix the bug.

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Dec 1, 2020
1 parent 429d949 commit 66eeb19
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 @@ -270,6 +270,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 66eeb19

Please sign in to comment.