Unverified Commit 7ef6f0b6 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #68950 from anusha-ragunathan/fix_panic

[e2e] Fix Panic in PersistentVolumes:vsphere
parents 488f0fcd b13d35ca
...@@ -59,6 +59,7 @@ var _ = utils.SIGDescribe("PersistentVolumes:vsphere", func() { ...@@ -59,6 +59,7 @@ var _ = utils.SIGDescribe("PersistentVolumes:vsphere", func() {
*/ */
BeforeEach(func() { BeforeEach(func() {
framework.SkipUnlessProviderIs("vsphere") framework.SkipUnlessProviderIs("vsphere")
Bootstrap(f)
c = f.ClientSet c = f.ClientSet
ns = f.Namespace.Name ns = f.Namespace.Name
clientPod = nil clientPod = nil
......
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