Skip to content

Commit 162003e

Browse files
committed
remove unnecessary test
1 parent 80cace3 commit 162003e

File tree

1 file changed

+0
-6
lines changed
  • dev-packages/node-integration-tests/suites/tracing/httpIntegration

1 file changed

+0
-6
lines changed

dev-packages/node-integration-tests/suites/tracing/httpIntegration/test.ts

-6
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,4 @@ describe('httpIntegration', () => {
169169
runner.makeRequest('get', '/testRequest');
170170
});
171171
});
172-
173-
describe('does not override the span name set by the user', () => {
174-
test('via `span.updateName`', done => {
175-
createRunner(__dirname, 'server-updateName.js').start(done);
176-
});
177-
});
178172
});

0 commit comments

Comments
 (0)