From 7fa38c7aea8ba00e412b82c2af9d14b88c23f193 Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Tue, 7 Jan 2025 12:49:35 -0500 Subject: [PATCH] Skip flaky test TestSQSReceiver/ReceiveMessage_success --- x-pack/filebeat/input/awss3/sqs_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/filebeat/input/awss3/sqs_test.go b/x-pack/filebeat/input/awss3/sqs_test.go index 34575a47daff..e2863c24f018 100644 --- a/x-pack/filebeat/input/awss3/sqs_test.go +++ b/x-pack/filebeat/input/awss3/sqs_test.go @@ -37,6 +37,7 @@ func TestSQSReceiver(t *testing.T) { const workerCount = 5 t.Run("ReceiveMessage success", func(t *testing.T) { + t.Skip("Flaky test https://github.com/elastic/beats/issues/41458") ctx, cancel := context.WithTimeout(context.Background(), testTimeout) defer cancel()