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 244c87f commit 1227746Copy full SHA for 1227746
dev-packages/node-integration-tests/suites/tracing/tedious/test.ts
@@ -1,7 +1,8 @@
1
import { afterAll, describe, expect, test } from 'vitest';
2
import { cleanupChildProcesses, createRunner } from '../../../utils/runner';
3
4
-describe('tedious auto instrumentation', {timeout: 75_000}, () => {
+// eslint-disable-next-line @sentry-internal/sdk/no-skipped-tests
5
+describe.skip('tedious auto instrumentation', { timeout: 75_000 }, () => {
6
afterAll(() => {
7
cleanupChildProcesses();
8
});
0 commit comments