diff --git a/test/e2e/pods.go b/test/e2e/pods.go index 33f71ae8d86..de881d1e567 100644 --- a/test/e2e/pods.go +++ b/test/e2e/pods.go @@ -533,7 +533,7 @@ var _ = Describe("Pods", func() { }, 1) }) - It("should have monotonically increasing restart count", func() { + PIt("should have monotonically increasing restart count", func() { runLivenessTest(framework.Client, framework.Namespace.Name, &api.Pod{ ObjectMeta: api.ObjectMeta{ Name: "liveness-http",