We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e2873 commit 439c766Copy full SHA for 439c766
x-pack/filebeat/fbreceiver/receiver_test.go
@@ -164,9 +164,7 @@ func BenchmarkFactory(b *testing.B) {
164
}
165
166
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
- }
+ t.Skip("flaky test, see https://github.com/elastic/ingest-dev/issues/6133")
170
// This test verifies that multiple receivers can be instantiated
171
// in isolation, started, and can ingest logs without interfering
172
// with each other.
0 commit comments