diff --git a/pkg/cloudprovider/providers/vsphere/vclib/connection_test.go b/pkg/cloudprovider/providers/vsphere/vclib/connection_test.go index b5569d92ae1..2cad075d559 100644 --- a/pkg/cloudprovider/providers/vsphere/vclib/connection_test.go +++ b/pkg/cloudprovider/providers/vsphere/vclib/connection_test.go @@ -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",