From 051d06c17ac7a311649c022da31a5884d3e934f1 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Tue, 13 Feb 2024 04:35:56 -0500 Subject: [PATCH] x-pack/filebeat/input/cometd - Skip flaky TestInputStop_Wait (#37988) Skip flaky test. Relates #37987 --- x-pack/filebeat/input/cometd/input_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/filebeat/input/cometd/input_test.go b/x-pack/filebeat/input/cometd/input_test.go index 101847ebae96..7774ce7c54d1 100644 --- a/x-pack/filebeat/input/cometd/input_test.go +++ b/x-pack/filebeat/input/cometd/input_test.go @@ -117,6 +117,8 @@ func TestSingleInput(t *testing.T) { } func TestInputStop_Wait(t *testing.T) { + t.Skip("Flaky test https://github.com/elastic/beats/issues/37987") + expectedHTTPEventCount = 1 defer atomic.StoreUint64(&called, 0) eventsCh := make(chan beat.Event)