Merge pull request #81537 from spiffxp/mv-hpa-tests-out-of-release-blocking

Demote HPA tests from release-blocking
This commit is contained in:
Kubernetes Prow Robot 2019-08-20 23:06:09 -07:00 committed by GitHub
commit 0dfb87dfa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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