Merge pull request #68950 from anusha-ragunathan/fix_panic

[e2e] Fix Panic in PersistentVolumes:vsphere
This commit is contained in:
k8s-ci-robot 2018-09-22 13:27:48 -07:00 committed by GitHub
commit 7ef6f0b625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ var _ = utils.SIGDescribe("PersistentVolumes:vsphere", func() {
*/
BeforeEach(func() {
framework.SkipUnlessProviderIs("vsphere")
Bootstrap(f)
c = f.ClientSet
ns = f.Namespace.Name
clientPod = nil