Add [HPA] tag to HPA tests

This commit is contained in:
Wojciech Tyczynski 2016-05-30 12:39:05 +02:00
parent a9f96da679
commit 0499108c3f

View File

@ -35,7 +35,7 @@ const (
// These tests don't seem to be running properly in parallel: issue: #20338.
//
var _ = framework.KubeDescribe("Horizontal pod autoscaling (scale resource: CPU)", func() {
var _ = framework.KubeDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", func() {
var rc *ResourceConsumer
f := framework.NewDefaultFramework("horizontal-pod-autoscaling")