Mark HostIP e2e test pending due to #6558.

This commit is contained in:
Quinton Hoole 2015-04-14 16:58:08 -07:00
parent a249a5bec8
commit 8edcdc8c6c

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{