From 6589f30174a4d7673d5b8095a3f94d5bcb280d47 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Tue, 24 Nov 2015 09:49:35 +0100 Subject: [PATCH] Do not run Latency test as part of scalability suite --- test/e2e/latency.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/latency.go b/test/e2e/latency.go index 449196bddae..490670cab23 100644 --- a/test/e2e/latency.go +++ b/test/e2e/latency.go @@ -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