Skip to content
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
- Do not Flask Tests in debug mode
Comment thread
keithkroeger marked this conversation as resolved.
Outdated
([#3956](https://github.com/open-telemetry/opentelemetry-python/pull/3956))

Comment thread
keithkroeger marked this conversation as resolved.
Comment thread
xrmx marked this conversation as resolved.
## Version 1.25.0/0.46b0 (2024-05-30)

Expand Down
2 changes: 1 addition & 1 deletion tests/w3c_tracecontext_validation_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ def verify_tracecontext():

if __name__ == "__main__":
try:
app.run(debug=True)
app.run(debug=False)
finally:
span_processor.shutdown()