Skip to content

Commit 7069ec3

Browse files
committed
fix test oops...
1 parent bddf0f6 commit 7069ec3

File tree

1 file changed

+0
-2
lines changed
  • dev-packages/node-integration-tests/suites/tracing/requests/http-no-tracing-no-spans

1 file changed

+0
-2
lines changed

dev-packages/node-integration-tests/suites/tracing/requests/http-no-tracing-no-spans/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ describe('outgoing http requests with tracing & spans disabled', () => {
3232

3333
await createRunner()
3434
.withEnv({ SERVER_URL })
35-
.ensureNoErrorOutput()
3635
.expect({
3736
event: {
3837
exception: {
@@ -131,7 +130,6 @@ describe('outgoing http requests with tracing & spans disabled', () => {
131130

132131
await createRunner()
133132
.withEnv({ SERVER_URL })
134-
.ensureNoErrorOutput()
135133
.expect({
136134
event: {
137135
exception: {

0 commit comments

Comments
 (0)