summaryrefslogtreecommitdiff
path: root/jstests/ocsp/ocsp_client_verification_logging.js
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2023-01-27 14:43:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-27 15:18:19 +0000
commita54ab549bb0160c73dfd56f8f64365789409b504 (patch)
tree011d8c2b6a7a843ffeee1c6da20de4c7d84e0591 /jstests/ocsp/ocsp_client_verification_logging.js
parentd4c6856abc6bc615bb17176bc0a710f2cda43b87 (diff)
downloadmongo-a54ab549bb0160c73dfd56f8f64365789409b504.tar.gz
SERVER-73357 remove unused tag live_record_incompatible from tests
Diffstat (limited to 'jstests/ocsp/ocsp_client_verification_logging.js')
-rw-r--r--jstests/ocsp/ocsp_client_verification_logging.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/ocsp/ocsp_client_verification_logging.js b/jstests/ocsp/ocsp_client_verification_logging.js
index 500b5b0f582..9fc857f44de 100644
--- a/jstests/ocsp/ocsp_client_verification_logging.js
+++ b/jstests/ocsp/ocsp_client_verification_logging.js
@@ -1,7 +1,6 @@
// Tests that OCSP responder latency is logged for client-side verification.
// @tags: [
// requires_http_client,
-// live_record_incompatible,
// ]
load("jstests/ocsp/lib/mock_ocsp.js");
@@ -89,4 +88,4 @@ MongoRunner.stopMongod(conn);
// sleep to make sure that the threads don't interfere with each other.
sleep(1000);
mock_ocsp.stop();
-}()); \ No newline at end of file
+}());