Skip to content

Commit

Permalink
chore(instr-mongodb): drop obsolete 'pretest' step from TAV run
Browse files Browse the repository at this point in the history
Since the move to npm workspaces in open-telemetry#1771 this pretest step is
no longer needed for TAV test runs.
  • Loading branch information
trentm committed Mar 6, 2024
1 parent ff40cc8 commit 5d2eb25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ mongodb:
- versions: ">=6 <7"
node: '>=15.0.0'
commands: npm run test-v5-v6

# Fix missing `contrib-test-utils` package
pretest: npm run --prefix ../../../ lerna:link

0 comments on commit 5d2eb25

Please sign in to comment.