mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
E2E: Add missing Bootstrap() call
One of the vsphere storage test suites was hitting a nil panic because it did not call Bootstrap().
This commit is contained in:
parent
a7bd7a925d
commit
378a074212
@ -57,6 +57,7 @@ var _ = utils.SIGDescribe("vsphere cloud provider stress [Feature:vsphere]", fun
|
||||
|
||||
ginkgo.BeforeEach(func() {
|
||||
framework.SkipUnlessProviderIs("vsphere")
|
||||
Bootstrap(f)
|
||||
client = f.ClientSet
|
||||
namespace = f.Namespace.Name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user