mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +08:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user