Disabled e2e load test on Jenkins

This commit is contained in:
Piotr Szczesniak 2015-05-15 15:27:57 +02:00
parent f57f317830
commit 9786f09426

View File

@ -78,7 +78,7 @@ var _ = Describe("Load", 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