Skip to content

Commit f35065b

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#67306 from dougm/vcp-test-ca
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>. vsphere: enable TestInvalidCaCert This test can be enabled now with the govmomi vendor update in 5c44fd8 **What this PR does / why we need it**: Enables a test that had been skipped due to vendor dependency. ```release-note NONE ```
2 parents 4492337 + 35c37d5 commit f35065b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cloudprovider/providers/vsphere/vclib/connection_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ func TestWithInvalidCaCertPath(t *testing.T) {
170170
}
171171

172172
func TestInvalidCaCert(t *testing.T) {
173-
t.Skip("Waiting for https://github.com/vmware/govmomi/pull/1154")
174-
175173
connection := &vclib.VSphereConnection{
176174
Hostname: "should-not-matter",
177175
Port: "should-not-matter",

0 commit comments

Comments
 (0)