Skip to content

Commit 0d84be3

Browse files
committed
chore: remove v3 tests
1 parent c915bd0 commit 0d84be3

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-mongodb

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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",
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",

0 commit comments

Comments
 (0)