Revert #45101 Mark PersistentVolumes as [Feature:Volumes]

This commit is contained in:
Jon Cope 2017-05-02 14:59:40 -05:00
parent 03c9c48c81
commit df12bc9ddf

View File

@ -97,7 +97,7 @@ func initNFSserverPod(c clientset.Interface, ns string) *v1.Pod {
})
}
var _ = framework.KubeDescribe("PersistentVolumes [Feature:Volumes]", func() {
var _ = framework.KubeDescribe("PersistentVolumes", func() {
// global vars for the Context()s and It()'s below
f := framework.NewDefaultFramework("pv")