Skip to content

Commit 49ab765

Browse files
committed
Skip namespace import test case.
1 parent 21c3545 commit 49ab765

File tree

2 files changed

+1
-1
lines changed
  • packages/node-integration-tests/suites/tracing/manual-tracing-namespace-import

2 files changed

+1
-1
lines changed

packages/node-integration-tests/suites/tracing/manual-tracing-named-import/test.ts renamed to packages/node-integration-tests/suites/tracing/manual-tracing-namespace-import/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { assertSentryTransaction, getEnvelopeRequest, runServer } from '../../../utils';
22

3-
test('should send a manually started transaction when @sentry/tracing is imported using named import.', async () => {
3+
test.skip('should send a manually started transaction when @sentry/tracing is imported using namespace import.', async () => {
44
const url = await runServer(__dirname);
55
const envelope = await getEnvelopeRequest(url);
66

0 commit comments

Comments
 (0)