mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
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 ```
This commit is contained in:
commit
f440e190bc
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user