mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Mark HostIP e2e test pending due to #6558.
This commit is contained in:
parent
a249a5bec8
commit
8edcdc8c6c
@ -123,7 +123,7 @@ var _ = Describe("Pods", func() {
|
|||||||
expectNoError(err)
|
expectNoError(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should get a host IP", func() {
|
PIt("should get a host IP", func() {
|
||||||
name := "pod-hostip-" + string(util.NewUUID())
|
name := "pod-hostip-" + string(util.NewUUID())
|
||||||
testHostIP(c, &api.Pod{
|
testHostIP(c, &api.Pod{
|
||||||
ObjectMeta: api.ObjectMeta{
|
ObjectMeta: api.ObjectMeta{
|
||||||
|
Loading…
Reference in New Issue
Block a user