Skip to content

Commit

Permalink
Remove dogstatsd standalone from stackConfig on orchestrator test
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Nov 18, 2024
1 parent 8b69a0d commit 96719a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/tests/orchestrator/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (suite *k8sSuite) SetupSuite() {
"ddagent:deploy": auto.ConfigValue{Value: "true"},
"ddagent:fakeintake": auto.ConfigValue{Value: "true"},
"ddtestworkload:deploy": auto.ConfigValue{Value: "true"},
"dddogstatsd:deploy": auto.ConfigValue{Value: "true"},
"dddogstatsd:deploy": auto.ConfigValue{Value: "false"},
}

if runner.GetProfile().AllowDevMode() && *replaceStacks {
Expand Down

0 comments on commit 96719a3

Please sign in to comment.