mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
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.
This commit is contained in:
commit
ef7c7538d5
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user