mirror of https://github.com/k3s-io/k3s
vsphere: enable TestInvalidCaCert
This test can be enabled now with the govmomi vendor update in 5c44fd871f
pull/8/head
parent
1f55bbbe6a
commit
35c37d5584
|
@ -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