From 35c37d55840129bff2fb14b3bbc6c5633712df46 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sat, 11 Aug 2018 10:39:20 -0700 Subject: [PATCH] vsphere: enable TestInvalidCaCert This test can be enabled now with the govmomi vendor update in 5c44fd871f --- pkg/cloudprovider/providers/vsphere/vclib/connection_test.go | 2 -- 1 file changed, 2 deletions(-) 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",