diff --git a/main_test.go b/main_test.go index a139578..f81a15e 100644 --- a/main_test.go +++ b/main_test.go @@ -33,8 +33,9 @@ func TestRunsSuite(t *testing.T) { dns.SetDNSServer("127.0.0.1:59351"), dns.SetUseAuthoritative(false), ) - + //need to uncomment and RunConformance delete runBasic and runExtended once https://github.com/cert-manager/cert-manager/pull/4835 is merged + //fixture.RunConformance(t) fixture.RunBasic(t) fixture.RunExtended(t) - + }