mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
Merge pull request #3272 from mheon/skip_hc_flake
Disable a very badly flaking healthcheck test
This commit is contained in:
@ -44,6 +44,7 @@ var _ = Describe("Podman healthcheck run", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman healthcheck on valid container", 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 := podmanTest.Podman([]string{"run", "-dt", "--name", "hc", healthcheck})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session.ExitCode()).To(Equal(0))
|
Expect(session.ExitCode()).To(Equal(0))
|
||||||
|
Reference in New Issue
Block a user