Commit ac82f50a authored by Piotr Szczesniak's avatar Piotr Szczesniak

Disabled load e2e test for scalability Jenkins job

parent 74b688dc
......@@ -87,7 +87,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment