Skip to content

Commit 186876a

Browse files
Skip ACME tests which expect a CN in the issued certificate
Pebble drops the CN since letsencrypt/pebble#420 Support may be added back in letsencrypt/pebble#491 Signed-off-by: Richard Wall <[email protected]> (cherry picked from commit 487a54f)
1 parent a7cf4c3 commit 186876a

File tree

1 file changed

+2
-0
lines changed
  • test/e2e/suite/issuers/acme/certificaterequest

1 file changed

+2
-0
lines changed

test/e2e/suite/issuers/acme/certificaterequest/http01.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ var _ = framework.CertManagerDescribe("ACME CertificateRequest (HTTP01)", func()
123123
})
124124

125125
It("should obtain a signed certificate with a single CN from the ACME server", func() {
126+
Skip("Pebble always drops the CN: https://github.com/letsencrypt/pebble/pull/491")
126127
crClient := f.CertManagerClientSet.CertmanagerV1().CertificateRequests(f.Namespace.Name)
127128

128129
By("Creating a CertificateRequest")
@@ -143,6 +144,7 @@ var _ = framework.CertManagerDescribe("ACME CertificateRequest (HTTP01)", func()
143144
})
144145

145146
It("should obtain a signed ecdsa certificate with a single CN from the ACME server", func() {
147+
Skip("Pebble always drops the CN: https://github.com/letsencrypt/pebble/pull/491")
146148
crClient := f.CertManagerClientSet.CertmanagerV1().CertificateRequests(f.Namespace.Name)
147149

148150
By("Creating a CertificateRequest")

0 commit comments

Comments
 (0)