Skip to content

Commit 5e0930e

Browse files
committed
TestMultipleReceivers is still flaky
1 parent e6ae062 commit 5e0930e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/filebeat/fbreceiver/receiver_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ func BenchmarkFactory(b *testing.B) {
164164
}
165165

166166
func TestMultipleReceivers(t *testing.T) {
167-
if runtime.GOOS == "windows" {
168-
t.Skip("flaky test on Windows, see https://github.com/elastic/ingest-dev/issues/6133")
169-
}
167+
t.Skip("flaky test, see https://github.com/elastic/ingest-dev/issues/6133")
170168
// This test verifies that multiple receivers can be instantiated
171169
// in isolation, started, and can ingest logs without interfering
172170
// with each other.

0 commit comments

Comments
 (0)