mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
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 5c44fd871f
**What this PR does / why we need it**:
Enables a test that had been skipped due to vendor dependency.
```release-note
NONE
```
This commit is contained in:
commit
f35065bf44
@ -170,8 +170,6 @@ func TestWithInvalidCaCertPath(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestInvalidCaCert(t *testing.T) {
|
||||
t.Skip("Waiting for https://github.com/vmware/govmomi/pull/1154")
|
||||
|
||||
connection := &vclib.VSphereConnection{
|
||||
Hostname: "should-not-matter",
|
||||
Port: "should-not-matter",
|
||||
|
Loading…
Reference in New Issue
Block a user