mirror of https://github.com/k3s-io/k3s
Disable load test from e2e-gce-scalability jenkins job
parent
1845ca88fc
commit
2aac5e0f1a
|
@ -97,7 +97,7 @@ var _ = Describe("Load capacity", func() {
|
|||
}
|
||||
|
||||
for _, testArg := range loadTests {
|
||||
name := fmt.Sprintf("[Performance suite] [Skipped] should be able to handle %v pods per node", testArg.podsPerNode)
|
||||
name := fmt.Sprintf("[Skipped] should be able to handle %v pods per node", testArg.podsPerNode)
|
||||
|
||||
It(name, func() {
|
||||
totalPods := testArg.podsPerNode * nodeCount
|
||||
|
|
Loading…
Reference in New Issue