Skip to content

Commit ee5c228

Browse files
author
kaiyan-sheng
committed
Disable logstash TestFetch flaky test (#25044)
(cherry picked from commit 051eed9)
1 parent 51c860c commit ee5c228

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
@@ -41,6 +41,7 @@ var metricSets = []string{
4141
}
4242

4343
func TestFetch(t *testing.T) {
44+
t.Skip("flaky test: https://github.com/elastic/beats/issues/25043")
4445
service := compose.EnsureUpWithTimeout(t, 300, "logstash")
4546

4647
for _, metricSet := range metricSets {

0 commit comments

Comments
 (0)