Commit 16d3531e authored by Filip Grzadkowski's avatar Filip Grzadkowski

Merge pull request #9120 from piosz/load

Disabled load e2e test for scalability Jenkins job
parents 74b688dc ac82f50a
......@@ -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