Unverified Commit f35065bf authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #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 5c44fd87 **What this PR does / why we need it**: Enables a test that had been skipped due to vendor dependency. ```release-note NONE ```
parents 4492337d 35c37d55
...@@ -170,8 +170,6 @@ func TestWithInvalidCaCertPath(t *testing.T) { ...@@ -170,8 +170,6 @@ func TestWithInvalidCaCertPath(t *testing.T) {
} }
func TestInvalidCaCert(t *testing.T) { func TestInvalidCaCert(t *testing.T) {
t.Skip("Waiting for https://github.com/vmware/govmomi/pull/1154")
connection := &vclib.VSphereConnection{ connection := &vclib.VSphereConnection{
Hostname: "should-not-matter", Hostname: "should-not-matter",
Port: "should-not-matter", Port: "should-not-matter",
......
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