diff --git a/plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml b/plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml index 64af522512..fadf8c0d27 100644 --- a/plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml +++ b/plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml @@ -3,12 +3,12 @@ mongodb: commands: npm run test-v3 - versions: include: ">=4 <5" - # This version has been excluded because `mongoose` instrumentation has it - # pined as a transitive dependency. - # When `test-all-versions` tries to install it npm actually does nothing and - # we end up running tests for the wrong version (v6.5.0) + # This version has been excluded because `mongoose` instrumentation has + # it pinned as a transitive dependency. When `test-all-versions` tries + # to install it, **npm actually does nothing** and we end up running + # tests for the wrong version. # Ref: https://github.com/open-telemetry/opentelemetry-js-contrib/pull/2001#issuecomment-1992202942 - exclude: "4.17.1" + exclude: "4.17.2" commands: npm run test-v4 - versions: ">=5 <6" commands: npm run test-v5-v6