Skip to content

Commit 25b38f3

Browse files
authored
test(instr-mongodb): remove tests for v3 to avoid CI failures (#2764)
1 parent 9d84216 commit 25b38f3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/node/opentelemetry-instrumentation-mongodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": "open-telemetry/opentelemetry-js-contrib",
88
"scripts": {
99
"docker:start": "docker run -e MONGODB_DB=opentelemetry-tests -e MONGODB_PORT=27017 -e MONGODB_HOST=127.0.0.1 -p 27017:27017 --rm mongo",
10-
"test": "npm run test-v3 && npm run test-v4 && npm run test-v5-v6 && nyc merge .nyc_output ./coverage/coverage-final.json",
10+
"test": "npm run test-v4 && npm run test-v5-v6",
1111
"test-v3": "tav mongodb 3.7.4 npm run test-v3-run",
1212
"test-v4": "tav mongodb 4.17.0 npm run test-v4-run",
1313
"test-v5-v6": "npm run test-v5-v6-run",
@@ -60,7 +60,7 @@
6060
"@types/bson": "4.0.5",
6161
"@types/mocha": "10.0.10",
6262
"@types/node": "18.18.14",
63-
"mongodb": "6.8.0",
63+
"mongodb": "6.15.0",
6464
"nyc": "15.1.0",
6565
"rimraf": "5.0.10",
6666
"test-all-versions": "6.1.0",

0 commit comments

Comments
 (0)