mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
Disable a very badly flaking healthcheck test
We'll reenable once the flake is fixed. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -44,6 +44,7 @@ var _ = Describe("Podman healthcheck run", func() {
|
||||
})
|
||||
|
||||
It("podman healthcheck on valid container", func() {
|
||||
Skip("Extremely consistent flake - reenable on debugging")
|
||||
session := podmanTest.Podman([]string{"run", "-dt", "--name", "hc", healthcheck})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user