Remove feature tags from e2e test for resize

This commit is contained in:
Hemant Kumar 2018-05-24 15:57:21 -04:00
parent 23a73283b3
commit 354cfcf618
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ import (
"k8s.io/kubernetes/test/e2e/storage/utils"
)
var _ = utils.SIGDescribe("Mounted volume expand [Feature:ExpandPersistentVolumes] [Slow]", func() {
var _ = utils.SIGDescribe("Mounted volume expand[Slow]", func() {
var (
c clientset.Interface
ns string

View File

@ -39,7 +39,7 @@ const (
totalResizeWaitPeriod = 20 * time.Minute
)
var _ = utils.SIGDescribe("Volume expand [Feature:ExpandPersistentVolumes] [Slow]", func() {
var _ = utils.SIGDescribe("Volume expand [Slow]", func() {
var (
c clientset.Interface
ns string