diff --git a/test/e2e/network/networking.go b/test/e2e/network/networking.go index c1d8af47e53..db109100e57 100644 --- a/test/e2e/network/networking.go +++ b/test/e2e/network/networking.go @@ -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())