We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa1c51 commit 571a5b4Copy full SHA for 571a5b4
test/integration/auxiliarycommandserver/connection_test.go
@@ -34,7 +34,7 @@ func (s *AuxiliaryTestSuite) SetupSuite() {
34
// Expect errors in logs should be false for recconnection tests
35
// For now for these test we will skip checking the logs for errors
36
slog.Info("starting auxiliary command server tests")
37
- s.teardownTest = utils.SetupConnectionTest(t, true, false, true,
+ s.teardownTest = utils.SetupConnectionTest(t, false, false, true,
38
"../../config/agent/nginx-agent-with-auxiliary-command.conf")
39
}
40
0 commit comments