From b3925bbb85eabbdcf837967190d390f8b554f97d Mon Sep 17 00:00:00 2001 From: kaiyan-sheng Date: Wed, 14 Apr 2021 00:19:06 +0800 Subject: [PATCH] Disable logstash TestFetch flaky test --- 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 {