mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Un-skip the hostnetwork udp endpoint test.
Since the test is being fixed, we can run the test. Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
This commit is contained in:
parent
a0ca1fd63f
commit
fa963f55ae
@ -468,10 +468,7 @@ var _ = common.SIGDescribe("Networking", func() {
|
||||
}
|
||||
})
|
||||
|
||||
// skip because pods can not reach the endpoint in the same host if using UDP and hostNetwork
|
||||
// xref: #95565
|
||||
ginkgo.It("should function for pod-Service(hostNetwork): udp", func() {
|
||||
e2eskipper.Skipf("skip because pods can not reach the endpoint in the same host if using UDP and hostNetwork #95565")
|
||||
config := e2enetwork.NewNetworkingTestConfig(f, e2enetwork.EndpointsUseHostNetwork)
|
||||
ginkgo.By(fmt.Sprintf("dialing(udp) %v --> %v:%v (config.clusterIP)", config.TestContainerPod.Name, config.ClusterIP, e2enetwork.ClusterUDPPort))
|
||||
err := config.DialFromTestContainer("udp", config.ClusterIP, e2enetwork.ClusterUDPPort, config.MaxTries, 0, config.EndpointHostnames())
|
||||
|
Loading…
Reference in New Issue
Block a user