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")