Skip to content

Commit

Permalink
Improve test error report
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Jun 24, 2024
1 parent 559fc99 commit f88d182
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
properties = {
// The headers are simply set here to make sure that headers can be parsed
"otel.exporter.otlp.headers.c=3"
"otel.exporter.otlp.headers.c=3",
"otel.instrumentation.logback-appender.enabled=false"
})
class OtelSpringStarterSmokeTest extends AbstractOtelSpringStarterSmokeTest {}

0 comments on commit f88d182

Please sign in to comment.