Commit 774bb58e authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #45101 from dims/mark-test-with-feature-volumes

Automatic merge from submit-queue (batch tested with PRs 42432, 44628, 45101, 44921) Mark PersistentVolumes as [Feature:Volumes] **What this PR does / why we need it**: Just so that we know that we need a cloud provider that supports volumes to run this test. This is similar to the change in 63bc42c8. Ran into this when i was trying to run e2e tests with local-up-cluster locally and figured out this test will not work since we don't support local storage persistent volumes. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 228219b0 f4f95be4
...@@ -97,7 +97,7 @@ func initNFSserverPod(c clientset.Interface, ns string) *v1.Pod { ...@@ -97,7 +97,7 @@ func initNFSserverPod(c clientset.Interface, ns string) *v1.Pod {
}) })
} }
var _ = framework.KubeDescribe("PersistentVolumes [Volume]", func() { var _ = framework.KubeDescribe("PersistentVolumes [Feature:Volumes]", func() {
// global vars for the Context()s and It()'s below // global vars for the Context()s and It()'s below
f := framework.NewDefaultFramework("pv") 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