Un-disable "Pods should get a host IP" e2e.

This commit is contained in:
David Oppenheimer 2016-02-02 11:37:59 -08:00
parent 8bab0022ad
commit ccd810550a

View File

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