Enabled InitialResources e2e in autoscaling suite

This commit is contained in:
Piotr Szczesniak
2015-10-12 11:30:47 +02:00
parent 8e25b7c7bf
commit 35cf8cc76c
3 changed files with 5 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ import (
var _ = Describe("Initial Resources", func() {
f := NewFramework("initial-resources")
It("[Skipped] should set initial resources based on historical data", func() {
It("[Skipped][Autoscaling Suite] should set initial resources based on historical data", func() {
cpu := 100
mem := 200
for i := 0; i < 10; i++ {