From 1ad45a79c2d201fac9250f09b8e50acfb9bd3cba Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Mon, 12 May 2025 15:49:19 +0200 Subject: [PATCH] test(node): Fix integration test issue due to missing rebase --- .../suites/tracing/requests/http-no-tracing-no-spans/test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-packages/node-integration-tests/suites/tracing/requests/http-no-tracing-no-spans/test.ts b/dev-packages/node-integration-tests/suites/tracing/requests/http-no-tracing-no-spans/test.ts index 41f688178d1c..fe9cba032344 100644 --- a/dev-packages/node-integration-tests/suites/tracing/requests/http-no-tracing-no-spans/test.ts +++ b/dev-packages/node-integration-tests/suites/tracing/requests/http-no-tracing-no-spans/test.ts @@ -32,7 +32,6 @@ describe('outgoing http requests with tracing & spans disabled', () => { await createRunner() .withEnv({ SERVER_URL }) - .ensureNoErrorOutput() .expect({ event: { exception: { @@ -131,7 +130,6 @@ describe('outgoing http requests with tracing & spans disabled', () => { await createRunner() .withEnv({ SERVER_URL }) - .ensureNoErrorOutput() .expect({ event: { exception: {