Skip to content

Commit 1c42053

Browse files
author
kaiyan-sheng
committed
disable TestXPackEnabled flaky test in logstash metricbeat module (#25034)
(cherry picked from commit d11874e)
1 parent bcfecfd commit 1c42053

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

metricbeat/module/logstash/logstash_integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ func TestData(t *testing.T) {
7272
}
7373

7474
func TestXPackEnabled(t *testing.T) {
75+
t.Skip("flaky test: https://github.com/elastic/beats/issues/24822")
7576
lsService := compose.EnsureUpWithTimeout(t, 300, "logstash")
7677
esService := compose.EnsureUpWithTimeout(t, 300, "elasticsearch")
7778

0 commit comments

Comments
 (0)