Commit b8f353cf authored by Marcin Wielgus's avatar Marcin Wielgus

Merge pull request #17714 from wojtek-t/fix_scalability

Do not run Latency test as part of scalability suite
parents 949cf9e9 6589f301
...@@ -39,7 +39,7 @@ import ( ...@@ -39,7 +39,7 @@ import (
. "github.com/onsi/gomega" . "github.com/onsi/gomega"
) )
var _ = Describe("[Performance] Latency [Skipped]", func() { var _ = Describe("Latency [Skipped]", func() {
var c *client.Client var c *client.Client
var nodeCount int var nodeCount int
var additionalPodsPrefix string var additionalPodsPrefix string
......
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