Merge pull request #6839 from quinton-hoole/2015-04-14-hostip-e2e-pending

Mark HostIP e2e test pending due to #6558.
This commit is contained in:
Jeff Grafton 2015-04-14 17:11:54 -07:00
commit b73d64ea52

View File

@ -123,7 +123,7 @@ var _ = Describe("Pods", func() {
expectNoError(err)
})
It("should get a host IP", func() {
PIt("should get a host IP", func() {
name := "pod-hostip-" + string(util.NewUUID())
testHostIP(c, &api.Pod{
ObjectMeta: api.ObjectMeta{