Merge pull request #17714 from wojtek-t/fix_scalability

Do not run Latency test as part of scalability suite
This commit is contained in:
Marcin Wielgus 2015-11-24 10:05:46 +01:00
commit b8f353cfda

View File

@ -39,7 +39,7 @@ import (
. "github.com/onsi/gomega"
)
var _ = Describe("[Performance] Latency [Skipped]", func() {
var _ = Describe("Latency [Skipped]", func() {
var c *client.Client
var nodeCount int
var additionalPodsPrefix string