mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
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:
commit
b73d64ea52
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user