summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Pe <erwin.pe@mongodb.com>2022-04-19 15:58:09 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-19 17:30:19 +0000
commit79583427958d212dcca2ae566598b46a75ebf878 (patch)
tree296bf29da06fdf055e66544861dd91879e3523bc
parent7fcb8ea8744d7bd35e332fcf87a918afe30da80d (diff)
downloadmongo-79583427958d212dcca2ae566598b46a75ebf878.tar.gz
SERVER-65771 Add requires_ocsp_stapling tag to ocsp_ignore_irrelevant.js
-rw-r--r--jstests/ocsp/ocsp_ignore_irrelevant.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/ocsp/ocsp_ignore_irrelevant.js b/jstests/ocsp/ocsp_ignore_irrelevant.js
index bb8a0e930cf..f6da197388b 100644
--- a/jstests/ocsp/ocsp_ignore_irrelevant.js
+++ b/jstests/ocsp/ocsp_ignore_irrelevant.js
@@ -1,5 +1,5 @@
// Check that OCSP ignores statuses of irrelevant certificates in the response
-// @tags: [requires_http_client]
+// @tags: [requires_http_client, requires_ocsp_stapling]
load("jstests/ocsp/lib/mock_ocsp.js");