@@ -14,14 +14,14 @@ npm install mongodb-client-encryption@">=2.3.0"
1414
1515npx mocha \
1616 --config test/mocha_mongodb.json \
17- test/integration/crud/crud .spec.test.js \
18- test/integration/crud/crud.prose .test.js \
19- test/integration/retryable-reads/retryable_reads.spec .test.js \
20- test/integration/retryable-writes/retryable_writes .spec.test.ts \
21- test/integration/sessions/sessions .spec.test.ts \
22- test/integration/sessions/sessions.test.ts \
23- test/integration/transactions/transactions.spec. test.js \
24- test/integration/transactions/transactions.test.ts \
25- test/integration/versioned-api/versioned_api.spec. test.js \
26- test/integration/load-balancers/load_balancers .spec.test.js \
27- test/integration/client-side-encryption/client_side_encryption .spec.test.ts
17+ test/integration/client-side-encryption/client_side_encryption .spec.test.ts --grep " Database aggregate should fail "
18+ # test/integration/crud/crud.spec .test.js \
19+ # test/integration/crud/crud.prose .test.js \
20+ # test/integration/retryable-reads/retryable_reads .spec.test.js \
21+ # test/integration/retryable-writes/retryable_writes .spec.test.ts \
22+ # test/integration/sessions/sessions.spec .test.ts \
23+ # test/integration/sessions/sessions. test.ts \
24+ # test/integration/transactions/transactions.spec. test.js \
25+ # test/integration/transactions/transactions. test.ts \
26+ # test/integration/versioned-api/versioned_api .spec.test.js \
27+ # test/integration/load-balancers/load_balancers .spec.test.js \
0 commit comments