Skip to content

Commit

Permalink
do not use otel for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Jun 19, 2024
1 parent c6f6a46 commit a2006cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/agent/cmd/otel_flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ func TestOtelFlagsSetup(t *testing.T) {
setupOtelFlags(fs)

expectedFlags := []string{
configFlagName,
setFlagName,
otelConfigFlagName,
otelSetFlagName,
"feature-gates",
}

Expand Down

0 comments on commit a2006cc

Please sign in to comment.