Skip to content

Commit

Permalink
Disable logstash TestFetch flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng committed Apr 13, 2021
1 parent d11874e commit b3925bb
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 b3925bb

Please sign in to comment.