From 7d66002e36eaf5afcf6f7d750d659132232e009c Mon Sep 17 00:00:00 2001 From: kaiyan-sheng Date: Tue, 13 Apr 2021 16:05:51 +0800 Subject: [PATCH] disable TestXPackEnabled flaky test in logstash metricbeat module --- 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 42173442efcd..d5a1375839cf 100644 --- a/metricbeat/module/logstash/logstash_integration_test.go +++ b/metricbeat/module/logstash/logstash_integration_test.go @@ -72,6 +72,7 @@ func TestData(t *testing.T) { } func TestXPackEnabled(t *testing.T) { + t.Skip("flaky test: https://github.com/elastic/beats/issues/24822") lsService := compose.EnsureUpWithTimeout(t, 300, "logstash") esService := compose.EnsureUpWithTimeout(t, 300, "elasticsearch")