Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash-sivan committed Dec 17, 2024
1 parent f20fe34 commit ce67a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/collector/test/logger_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const logLevel = {
10: 'trace'
};

describe('logger', () => {
describe.only('logger', () => {
beforeEach(resetEnv);
afterEach(resetEnv);

Expand Down
2 changes: 1 addition & 1 deletion packages/collector/test/tracing/logger/pino/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const testUtils = require('../../../../../core/test/test_util');
const ProcessControls = require('../../../test_util/ProcessControls');
const globalAgent = require('../../../globalAgent');

describe('tracing/logger/pino', function () {
describe.only('tracing/logger/pino', function () {
this.timeout(config.getTestTimeout());

globalAgent.setUpCleanUpHooks();
Expand Down

0 comments on commit ce67a13

Please sign in to comment.