From dfb2dff246ce3392557240ca27791d37c8376a6d Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 7 Mar 2024 00:59:14 -0800 Subject: [PATCH] chore(instr-mongodb): drop obsolete 'pretest' step from TAV run (#1998) Since the move to npm workspaces in #1771 this pretest step is no longer needed for TAV test runs. Co-authored-by: Marc Pichler --- plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml b/plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml index 1054845288..403959c458 100644 --- a/plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml +++ b/plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml @@ -9,6 +9,3 @@ mongodb: - versions: ">=6 <6.4" node: '>=15.0.0' commands: npm run test-v5-v6 - - # Fix missing `contrib-test-utils` package - pretest: npm run --prefix ../../../ lerna:link