From 60d0c756b043ac7aa41bf1f6f3d2d578a4628afb Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Mon, 12 Oct 2015 20:18:40 +0200 Subject: [PATCH] Disabled Initial Resources e2e --- test/e2e/initial_resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/initial_resources.go b/test/e2e/initial_resources.go index 2096e4958aa..e3850705b5e 100644 --- a/test/e2e/initial_resources.go +++ b/test/e2e/initial_resources.go @@ -28,7 +28,7 @@ import ( var _ = Describe("Initial Resources", func() { f := NewFramework("initial-resources") - It("[Skipped][Autoscaling Suite] should set initial resources based on historical data", func() { + It("[Skipped] should set initial resources based on historical data", func() { cpu := 100 mem := 200 for i := 0; i < 10; i++ {