Skip to content

Commit

Permalink
fix: remove forcing RUN_MSSQL_TESTS to be true in tests (open-telemet…
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Apr 11, 2022
1 parent 670797a commit bcbdeb7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ import { TediousInstrumentation } from '../src';
import makeApi from './api';
import type { Connection, ConnectionConfig } from 'tedious';

process.env.RUN_MSSQL_TESTS = 'true';

const port = Number(process.env.MSSQL_PORT) || 1433;
const database = process.env.MSSQL_DATABASE || 'master';
const host = process.env.MSSQL_HOST || '127.0.0.1';
Expand Down

0 comments on commit bcbdeb7

Please sign in to comment.