Skip to content

Commit

Permalink
Disable metrics server in test
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Aug 2, 2024
1 parent 3897d75 commit ffb41f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/e2e/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ func Test_ComponentStatusReporting_SharedInstance(t *testing.T) {
InitialFields: map[string]any(nil),
},
Metrics: telemetry.MetricsConfig{
Level: configtelemetry.LevelBasic,
Address: "localhost:8888",
Level: configtelemetry.LevelNone,
},
},
Pipelines: pipelines.Config{
Expand Down

0 comments on commit ffb41f2

Please sign in to comment.