Merge pull request #20510 from davidopp/flake3

Un-disable "Pods should get a host IP" e2e.
This commit is contained in:
Jeff Lowdermilk 2016-02-02 13:37:17 -08:00
commit 03d99d706e

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{