Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Jul 29, 2023
1 parent e3ff977 commit d2f06e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/net.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function getSpans(transaction: Transaction): Span[] {
return (transaction as unknown as Span).spanRecorder?.spans as Span[];
}

// eslint-disable-next-line jest/no-disabled-tests
describe.skip('net integration', () => {
let server: http.Server<any, any> | undefined;

Expand Down

0 comments on commit d2f06e8

Please sign in to comment.