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
commit e5cec2edc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)