Skip to content

Commit 3a7e684

Browse files
committed
test(NODE-4160): grep out the aws lambda tests
1 parent 02f0a8b commit 3a7e684

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,12 +2354,7 @@ buildvariants:
23542354
- test-auth-ldap
23552355
- test-socks5
23562356
- test-socks5-tls
2357-
<<<<<<< HEAD
2358-
=======
2359-
- test-zstd-compression
2360-
- test-snappy-compression
23612357
- test-lambda-aws-auth-example
2362-
>>>>>>> test(NODE-4160): add evg run for lambda example
23632358
- test-tls-support-latest
23642359
- test-tls-support-6.0
23652360
- test-tls-support-5.0
@@ -2444,6 +2439,7 @@ buildvariants:
24442439
- test-atlas-data-lake
24452440
- test-socks5
24462441
- test-socks5-tls
2442+
- test-lambda-aws-auth-example
24472443
- test-tls-support-latest
24482444
- test-tls-support-6.0
24492445
- test-tls-support-5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"check:tsd": "tsd --version && tsd",
106106
"check:dependencies": "mocha test/action/dependency.test.ts",
107107
"check:dts": "node ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd",
108-
"check:test": "mocha --config test/mocha_mongodb.json test/integration",
108+
"check:test": "mocha --config test/mocha_mongodb.json test/integration --grep 'AWS Lambda Examples' --invert",
109109
"check:unit": "mocha test/unit",
110110
"check:ts": "node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit",
111111
"check:atlas": "mocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.js",

0 commit comments

Comments
 (0)