Skip to content

Commit 5c30d1c

Browse files
committed
Revert "test(NODE-3713): check csfle node install"
This reverts commit 5fc39af.
1 parent 03f5eae commit 5c30d1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ if [[ -z "${CLIENT_ENCRYPTION}" ]]; then
4141
unset AWS_ACCESS_KEY_ID;
4242
unset AWS_SECRET_ACCESS_KEY;
4343
else
44-
if [[ ! -d ${PROJECT_DIRECTORY}/node_modules/mongodb-client-encryption ]]; then
45-
npm install mongodb-client-encryption@">=2.0.0-beta.0"
46-
fi
44+
npm install mongodb-client-encryption@">=2.0.0-beta.0"
4745
pip install --upgrade boto3
4846

4947
# Get access to the AWS temporary credentials:

0 commit comments

Comments
 (0)