File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2354,12 +2354,7 @@ buildvariants:
2354
2354
- test-auth-ldap
2355
2355
- test-socks5
2356
2356
- test-socks5-tls
2357
- <<<<<<< HEAD
2358
- =======
2359
- - test-zstd-compression
2360
- - test-snappy-compression
2361
2357
- test-lambda-aws-auth-example
2362
- >>>>>>> test(NODE-4160): add evg run for lambda example
2363
2358
- test-tls-support-latest
2364
2359
- test-tls-support-6.0
2365
2360
- test-tls-support-5.0
@@ -2444,6 +2439,7 @@ buildvariants:
2444
2439
- test-atlas-data-lake
2445
2440
- test-socks5
2446
2441
- test-socks5-tls
2442
+ - test-lambda-aws-auth-example
2447
2443
- test-tls-support-latest
2448
2444
- test-tls-support-6.0
2449
2445
- test-tls-support-5.0
Original file line number Diff line number Diff line change 105
105
"check:tsd" : " tsd --version && tsd" ,
106
106
"check:dependencies" : " mocha test/action/dependency.test.ts" ,
107
107
"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 " ,
109
109
"check:unit" : " mocha test/unit" ,
110
110
"check:ts" : " node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit" ,
111
111
"check:atlas" : " mocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.js" ,
You can’t perform that action at this time.
0 commit comments