Skip to content

Commit 444bbf1

Browse files
committed
Disable tracing exporter during testing
1 parent c92b6d1 commit 444bbf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,5 @@ config :phoenix_test, :endpoint, NervesHubWeb.Endpoint
9191

9292
# Initialize plugs at runtime for faster test compilation
9393
config :phoenix, :plug_init_mode, :runtime
94+
95+
config :opentelemetry, traces_exporter: :none

0 commit comments

Comments
 (0)