Skip to content

Commit 50bb312

Browse files
committed
Skip amqplib tests
1 parent f18a380 commit 50bb312

File tree

1 file changed

+3
-1
lines changed
  • dev-packages/node-integration-tests/suites/tracing/amqplib

1 file changed

+3
-1
lines changed

dev-packages/node-integration-tests/suites/tracing/amqplib/test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ const EXPECTED_MESSAGE_SPAN_CONSUMER = expect.objectContaining({
2626
status: 'ok',
2727
});
2828

29-
describe('amqplib auto-instrumentation', () => {
29+
30+
// eslint-disable-next-line @sentry-internal/sdk/no-skipped-tests
31+
describe.skip('amqplib auto-instrumentation', () => {
3032
afterAll(async () => {
3133
cleanupChildProcesses();
3234
});

0 commit comments

Comments
 (0)