Merge pull request #80646 from danwinship/network-granular-checks

Un-[Slow] a bunch of networking tests
This commit is contained in:
Kubernetes Prow Robot
2019-07-31 03:04:21 -07:00
committed by GitHub

View File

@@ -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)