From fa963f55ae7afcdf5f0e24c534da04b4ed9ab3d8 Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Tue, 9 Feb 2021 11:55:24 +0100 Subject: [PATCH] Un-skip the hostnetwork udp endpoint test. Since the test is being fixed, we can run the test. Signed-off-by: Federico Paolinelli --- test/e2e/network/networking.go | 3 --- 1 file changed, 3 deletions(-) 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())