Comment once fix merged

Signed-off-by: Roi Teveth <roytev@gmail.com>
This commit is contained in:
roytev 2022-02-08 14:03:18 +02:00
parent 20f1353521
commit ba75aea4d1

View File

@ -33,7 +33,8 @@ 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)