Unverified Commit ef7c7538 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #61554 from lpabon/csi-e2e

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. e2e:Enable CSI tests **What this PR does / why we need it**: Enable CSI e2e tests now that CSI objects in Kubernetes are Beta.
parents a2af1215 6970de0e
...@@ -184,7 +184,7 @@ func csiClusterRoleBinding( ...@@ -184,7 +184,7 @@ func csiClusterRoleBinding(
return ret return ret
} }
var _ = utils.SIGDescribe("CSI Volumes [Feature:CSI]", func() { var _ = utils.SIGDescribe("CSI Volumes [Flaky]", func() {
f := framework.NewDefaultFramework("csi-mock-plugin") f := framework.NewDefaultFramework("csi-mock-plugin")
var ( var (
......
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