From 61f10a53dc79cc6ed0dcc29dd6ea3358c08c1a9b Mon Sep 17 00:00:00 2001 From: kaiyan-sheng Date: Wed, 14 Apr 2021 19:50:57 +0800 Subject: [PATCH] Disable logstash TestFetch flaky test (#25044) (#25071) (cherry picked from commit 051eed9131184429180cae06ef543267b29769ca) --- metricbeat/module/logstash/logstash_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/metricbeat/module/logstash/logstash_integration_test.go b/metricbeat/module/logstash/logstash_integration_test.go index d5a1375839cf..c9f3f4e43ab0 100644 --- a/metricbeat/module/logstash/logstash_integration_test.go +++ b/metricbeat/module/logstash/logstash_integration_test.go @@ -41,6 +41,7 @@ var metricSets = []string{ } func TestFetch(t *testing.T) { + t.Skip("flaky test: https://github.com/elastic/beats/issues/25043") service := compose.EnsureUpWithTimeout(t, 300, "logstash") for _, metricSet := range metricSets {