Skip to content

Commit 7db526f

Browse files
committed
const doc = await cursor.next();
test: skip fle setup
1 parent 4aed970 commit 7db526f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.evergreen/run-aws-custom-credential-providers-test.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ set -o errexit # Exit the script with error if any of the commands fail
44

55
MONGODB_URI=${MONGODB_URI:-}
66

7+
# . $DRIVERS_TOOLS/.evergreen/secrets_handling/setup-secrets.sh drivers/aws_auth
8+
9+
export
710
source .evergreen/setup-fle.sh
8-
source .evergreen/setup-mongodb-aws-auth-tests.sh
11+
12+
#export
13+
#source .evergreen/setup-mongodb-aws-auth-tests.sh
914

1015
# load node.js environment
1116
source $DRIVERS_TOOLS/.evergreen/init-node-and-npm-env.sh

test/integration/client-side-encryption/client_side_encryption.prose.25.custom_aws_credential_providers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('25. Custom AWS Credential Providers', metadata, () => {
7676
});
7777
});
7878

79-
context('Case 3: Automatic encryption with different custom providers', function () {
79+
context.skip('Case 3: Automatic encryption with different custom providers', function () {
8080
let client;
8181

8282
beforeEach(function () {

0 commit comments

Comments
 (0)