We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18a380 commit 50bb312Copy full SHA for 50bb312
dev-packages/node-integration-tests/suites/tracing/amqplib/test.ts
@@ -26,7 +26,9 @@ const EXPECTED_MESSAGE_SPAN_CONSUMER = expect.objectContaining({
26
status: 'ok',
27
});
28
29
-describe('amqplib auto-instrumentation', () => {
+
30
+// eslint-disable-next-line @sentry-internal/sdk/no-skipped-tests
31
+describe.skip('amqplib auto-instrumentation', () => {
32
afterAll(async () => {
33
cleanupChildProcesses();
34
0 commit comments