Skip to content

Commit 7bf72e9

Browse files
david-lunatrentm
andauthored
Update plugins/node/opentelemetry-instrumentation-mysql/test/index.test.ts
Co-authored-by: Trent Mick <[email protected]>
1 parent 2c24405 commit 7bf72e9

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-mysql/test

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-mysql/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('[email protected]', () => {
5555
let poolCluster: mysqlTypes.PoolCluster;
5656
// assumes local mysql db is already available in CI or
5757
// using `npm run test-services:start` script at the root folder
58-
const shouldTest = process.env.RUN_MYSQL_TESTS; // For CI: assumes local mysql db is already available
58+
const shouldTest = process.env.RUN_MYSQL_TESTS;
5959
const memoryExporter = new InMemorySpanExporter();
6060
const provider = new BasicTracerProvider({
6161
spanProcessors: [new SimpleSpanProcessor(memoryExporter)],

0 commit comments

Comments
 (0)