mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Un-disable "Pods should get a host IP" e2e.
This commit is contained in:
parent
8bab0022ad
commit
ccd810550a
@ -209,7 +209,7 @@ func getRestartDelay(c *client.Client, pod *api.Pod, ns string, name string, con
|
|||||||
var _ = Describe("Pods", func() {
|
var _ = Describe("Pods", func() {
|
||||||
framework := NewFramework("pods")
|
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())
|
name := "pod-hostip-" + string(util.NewUUID())
|
||||||
testHostIP(framework.Client, framework.Namespace.Name, &api.Pod{
|
testHostIP(framework.Client, framework.Namespace.Name, &api.Pod{
|
||||||
ObjectMeta: api.ObjectMeta{
|
ObjectMeta: api.ObjectMeta{
|
||||||
|
Loading…
Reference in New Issue
Block a user