Skip to content

Commit a26422d

Browse files
authored
test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests (#6003)
1 parent 8959e39 commit a26422d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ For notes on migrating to 2.x / 0.200.x see [the upgrade guide](doc/upgrade-to-2
3030
### :house: Internal
3131

3232
* test(shim-opentracing): add comparison thresholds in flaky assertions [#5974](https://github.com/open-telemetry/opentelemetry-js/pull/5974) @cjihrig
33+
* test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests [#xxxx](https://github.com/open-telemetry/opentelemetry-js/pull/xxxx) @cjihrig
3334

3435
## 2.1.0
3536

packages/opentelemetry-exporter-jaeger/test/jaeger.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ describe('JaegerExporter', () => {
6060
describe('constructor', () => {
6161
afterEach(() => {
6262
delete process.env.OTEL_EXPORTER_JAEGER_AGENT_HOST;
63+
delete process.env.OTEL_EXPORTER_JAEGER_AGENT_PORT;
6364
});
6465

6566
it('should construct an exporter', () => {

0 commit comments

Comments
 (0)