Skip to content

Commit 0e5c45a

Browse files
authored
fix: Fix test filters and revert mocha version (#2558)
Revet mocha upgrade due to nodejs version requirements. Correct client_encryption test filter to operate as expected on nodejs v4.
1 parent b70baf4 commit 0e5c45a

File tree

6 files changed

+63
-602
lines changed

6 files changed

+63
-602
lines changed

.evergreen/run-ocsp-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ export NVM_DIR="${PROJECT_DIRECTORY}/node-artifacts/nvm"
1818
MONGODB_UNIFIED_TOPOLOGY=${UNIFIED} \
1919
OCSP_TLS_SHOULD_SUCCEED=${OCSP_TLS_SHOULD_SUCCEED} \
2020
CA_FILE=${CA_FILE} \
21-
npx mocha --no-config test/manual/ocsp_support.test.js
21+
npx mocha --opts '{}' test/manual/ocsp_support.test.js

.mocharc.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)