Commit f440e190 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #45241 from copejon/revert-pr-45101

Automatic merge from submit-queue (batch tested with PRs 45623, 45241, 45460, 41162) Revert #45101 Mark PersistentVolumes as [Feature:Volumes] **What this PR does / why we need it**: Reverts #45101 `Feature` tag should only be used when a test/suite has dependencies not met by core CI. That is not the case for NFS backed PV tests. **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 816f8e29 df12bc9d
......@@ -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")
......
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