From 3221663a507a2dd688f3afa506e01d793a0dbb7c Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Thu, 27 Aug 2015 10:10:40 -0700 Subject: [PATCH] e2e: skip restart count test --- test/e2e/pods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",