Disable load test from e2e-gce-scalability jenkins job

pull/6/head
Filip Grzadkowski 2015-06-03 20:31:47 +02:00
parent 1845ca88fc
commit 2aac5e0f1a
1 changed files with 1 additions and 1 deletions

View File

@ -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