Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions x-pack/filebeat/fbreceiver/receiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ func BenchmarkFactory(b *testing.B) {
}

func TestMultipleReceivers(t *testing.T) {
t.Skip("flaky test, see https://github.com/elastic/beats/issues/43832")
// This test verifies that multiple receivers can be instantiated
// in isolation, started, and can ingest logs without interfering
// with each other.

// Receivers need distinct home directories so wrap the config in a function.
config := func() *Config {
return &Config{
Expand Down