From 28526721b8ea5570a98ab43a64a390c894c74a97 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 26 Jul 2019 12:25:03 -0400 Subject: [PATCH] Un-[Slow] a bunch of networking tests --- test/e2e/network/networking.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/network/networking.go b/test/e2e/network/networking.go index 8ca3ef0441d..d16b37a2022 100644 --- a/test/e2e/network/networking.go +++ b/test/e2e/network/networking.go @@ -98,8 +98,7 @@ var _ = SIGDescribe("Networking", func() { config.GetSelfURLStatusCode(ports.ProxyStatusPort, "/proxyMode", "200") }) - // TODO: Remove [Slow] when this has had enough bake time to prove presubmit worthiness. - ginkgo.Describe("Granular Checks: Services [Slow]", func() { + ginkgo.Describe("Granular Checks: Services", func() { ginkgo.It("should function for pod-Service: http", func() { config := framework.NewNetworkingTestConfig(f)