Skip to content

Commit

Permalink
Remove wait_for_integration config
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed May 20, 2024
1 parent ad43b55 commit 46506e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions systemtest/logstash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ func TestLogstashOutput(t *testing.T) {
require.NoError(t, err)
t.Cleanup(func() { assert.NoError(t, ls.Close()) })

waitForIntegration := false
srv := apmservertest.NewUnstartedServerTB(t,
"-E", "queue.mem.events=20000",
"-E", "queue.mem.flush.min_events=10000",
"-E", "queue.mem.flush.timeout=60s",
)
srv.Config.WaitForIntegration = &waitForIntegration
srv.Config.Output = apmservertest.OutputConfig{
Logstash: &apmservertest.LogstashOutputConfig{
Enabled: true,
Expand Down

0 comments on commit 46506e7

Please sign in to comment.