Skip to content

Commit

Permalink
Disable logstash TestFetch flaky test (elastic#25044) (elastic#25072)
Browse files Browse the repository at this point in the history
(cherry picked from commit 300e5da)
  • Loading branch information
kaiyan-sheng authored Apr 14, 2021
1 parent 55be180 commit 9cb743c
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 9cb743c

Please sign in to comment.