Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
const doc = await cursor.next();
test: skip fle setup
  • Loading branch information
durran committed Mar 13, 2025
commit 9b2c56388e0436cfc6c129adcc66537fa8fbda85
7 changes: 6 additions & 1 deletion .evergreen/run-aws-custom-credential-providers-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ set -o errexit # Exit the script with error if any of the commands fail

MONGODB_URI=${MONGODB_URI:-}

# . $DRIVERS_TOOLS/.evergreen/secrets_handling/setup-secrets.sh drivers/aws_auth

export
source .evergreen/setup-fle.sh
source .evergreen/setup-mongodb-aws-auth-tests.sh

#export
#source .evergreen/setup-mongodb-aws-auth-tests.sh

# load node.js environment
source $DRIVERS_TOOLS/.evergreen/init-node-and-npm-env.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('25. Custom AWS Credential Providers', metadata, () => {
});
});

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

beforeEach(function () {
Expand Down