mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
[sig-network-e2e] Remove redundant sig prefix from tests
This commit is contained in:
parent
baf2f85e73
commit
e5349e8a90
@ -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() {
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user