Skip to content

Commit

Permalink
fix: Fix test filters and revert mocha version (#2558)
Browse files Browse the repository at this point in the history
Revet mocha upgrade due to nodejs version requirements.
Correct client_encryption test filter to operate as expected on nodejs v4.
  • Loading branch information
nbbeeken authored Oct 2, 2020
1 parent b70baf4 commit 0e5c45a
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 602 deletions.
2 changes: 1 addition & 1 deletion .evergreen/run-ocsp-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export NVM_DIR="${PROJECT_DIRECTORY}/node-artifacts/nvm"
MONGODB_UNIFIED_TOPOLOGY=${UNIFIED} \
OCSP_TLS_SHOULD_SUCCEED=${OCSP_TLS_SHOULD_SUCCEED} \
CA_FILE=${CA_FILE} \
npx mocha --no-config test/manual/ocsp_support.test.js
npx mocha --opts '{}' test/manual/ocsp_support.test.js
7 changes: 0 additions & 7 deletions .mocharc.json

This file was deleted.

Loading

0 comments on commit 0e5c45a

Please sign in to comment.