Commit 354cfcf6 authored by Hemant Kumar's avatar Hemant Kumar

Remove feature tags from e2e test for resize

parent 23a73283
...@@ -34,7 +34,7 @@ import ( ...@@ -34,7 +34,7 @@ import (
"k8s.io/kubernetes/test/e2e/storage/utils" "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 ( var (
c clientset.Interface c clientset.Interface
ns string ns string
......
...@@ -39,7 +39,7 @@ const ( ...@@ -39,7 +39,7 @@ const (
totalResizeWaitPeriod = 20 * time.Minute totalResizeWaitPeriod = 20 * time.Minute
) )
var _ = utils.SIGDescribe("Volume expand [Feature:ExpandPersistentVolumes] [Slow]", func() { var _ = utils.SIGDescribe("Volume expand [Slow]", func() {
var ( var (
c clientset.Interface c clientset.Interface
ns string ns string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment