We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cace3 commit 162003eCopy full SHA for 162003e
dev-packages/node-integration-tests/suites/tracing/httpIntegration/test.ts
@@ -169,10 +169,4 @@ describe('httpIntegration', () => {
169
runner.makeRequest('get', '/testRequest');
170
});
171
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
178
0 commit comments