[sig-network-e2e] Remove redundant sig prefix from tests

This commit is contained in:
Zihong Zheng 2017-08-21 11:17:02 -07:00
parent baf2f85e73
commit e5349e8a90
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ var _ = SIGDescribe("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.
SIGDescribe("GCE [Slow] [Feature:Ingress]", func() {
Describe("GCE [Slow] [Feature:Ingress]", func() {
var gceController *framework.GCEIngressController
// Platform specific setup
@ -151,7 +151,7 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
})
// Time: borderline 5m, slow by design
SIGDescribe("[Slow] Nginx", func() {
Describe("[Slow] Nginx", func() {
var nginxController *framework.NginxIngressController
BeforeEach(func() {

View File

@ -92,7 +92,7 @@ var _ = SIGDescribe("Networking", func() {
})
// TODO: Remove [Slow] when this has had enough bake time to prove presubmit worthiness.
SIGDescribe("Granular Checks: Services [Slow]", func() {
Describe("Granular Checks: Services [Slow]", func() {
It("should function for pod-Service: http", func() {
config := framework.NewNetworkingTestConfig(f)