From ccd810550a1fb7e30c4aece9c5bb4704f2a98c87 Mon Sep 17 00:00:00 2001 From: David Oppenheimer Date: Tue, 2 Feb 2016 11:37:59 -0800 Subject: [PATCH] Un-disable "Pods should get a host IP" e2e. --- 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 2a7707ad362..2eed3614888 100644 --- a/test/e2e/pods.go +++ b/test/e2e/pods.go @@ -209,7 +209,7 @@ func getRestartDelay(c *client.Client, pod *api.Pod, ns string, name string, con var _ = Describe("Pods", func() { framework := NewFramework("pods") - PIt("should get a host IP [Conformance]", func() { + It("should get a host IP [Conformance]", func() { name := "pod-hostip-" + string(util.NewUUID()) testHostIP(framework.Client, framework.Namespace.Name, &api.Pod{ ObjectMeta: api.ObjectMeta{