Merge pull request #38900 from bprashanth/ing_feat

Automatic merge from submit-queue

Remove a space in ingress e2e title
pull/6/head
Kubernetes Submit Queue 2016-12-16 14:15:59 -08:00 committed by GitHub
commit 9010d27108
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() {
//
// Slow by design ~10m for each "It" block dominated by loadbalancer setup time
// TODO: write similar tests for nginx, haproxy and AWS Ingress.
framework.KubeDescribe("GCE [Slow] [Feature: Ingress]", func() {
framework.KubeDescribe("GCE [Slow] [Feature:Ingress]", func() {
var gceController *GCEIngressController
// Platform specific setup