Merge pull request #3272 from mheon/skip_hc_flake

Disable a very badly flaking healthcheck test
This commit is contained in:
OpenShift Merge Robot
2019-06-06 17:41:20 +02:00
committed by GitHub

View File

@ -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))