Skip to content

Commit

Permalink
Disable logstash TestFetch flaky test (#25044)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng authored Apr 14, 2021
1 parent 97e9113 commit 051eed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricbeat/module/logstash/logstash_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 051eed9

Please sign in to comment.