Skip to content

Commit 95e229c

Browse files
committed
comment out the failing OCSP verification test
pending RUBY-3684
1 parent 9bf7913 commit 95e229c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

spec/integration/ocsp_verifier_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@
346346
end
347347

348348
before do
349+
skip "https://jira.mongodb.org/browse/RUBY-3684 (OCSP verifier needs non-Atlas certs)"
350+
349351
verifier.ocsp_uris.length.should > 0
350352
URI.parse(verifier.ocsp_uris.first).path.should == ''
351353
end

spec/support/certificates/atlas-ocsp.crt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Certificate:
6161
X509v3 Authority Key Identifier:
6262
BB:BC:C3:47:A5:E4:BC:A9:C6:C3:A4:72:0C:10:8D:A2:35:E1:C8:E8
6363
Authority Information Access:
64-
OCSP - URI:http://r10.o.lencr.org
6564
CA Issuers - URI:http://r10.i.lencr.org/
6665
X509v3 Subject Alternative Name:
6766
DNS:*.g6fyiaq.mesh.mongodb-dev.net, DNS:*.g6fyiaq.mongodb-dev.net
@@ -149,4 +148,4 @@ ypdIFIQKMw7J7hcmAERy9yWoG5kGfR3KAPm4dp/ijowhePvS+/Cc2A0rqKDBDkXd
149148
RRgjB6iSzc5gwDJgE8CupOHdXzYq/wKFgiVRF/TyqH6S4IVyRFff610KbmKjkIKJ
150149
B73EO3lFKTj3qcVy/gXSGpqxvf9e+rwGm6DxJbp/j10rtPfQNBWr8cwb39DtS8ic
151150
nA==
152-
-----END CERTIFICATE-----
151+
-----END CERTIFICATE-----

0 commit comments

Comments
 (0)