From a2091ae84d180bc5ad263e1e96eb46315c66314e Mon Sep 17 00:00:00 2001 From: kaiyan-sheng Date: Wed, 14 Apr 2021 18:26:00 +0800 Subject: [PATCH] Disable logstash TestFetch flaky test (#25044) (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 d5a1375839c..c9f3f4e43ab 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 {