Skip to content

Commit

Permalink
Removing skip on existing failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrelucas committed Mar 10, 2024
1 parent 2283303 commit fac1251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ describe('MongoDBInstrumentation-Tracing-v3', () => {
});
});

it.skip('should attach response hook data to the resulting span for insert function', done => {
it('should attach response hook data to the resulting span for insert function', done => {
const insertData = [{ a: 1 }, { a: 2 }, { a: 3 }];
const span = trace.getTracer('default').startSpan('insertRootSpan');
context.with(trace.setSpan(context.active(), span), () => {
Expand Down

0 comments on commit fac1251

Please sign in to comment.