We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c860c commit ee5c228Copy full SHA for ee5c228
1 file changed
metricbeat/module/logstash/logstash_integration_test.go
@@ -41,6 +41,7 @@ var metricSets = []string{
41
}
42
43
func TestFetch(t *testing.T) {
44
+ t.Skip("flaky test: https://github.com/elastic/beats/issues/25043")
45
service := compose.EnsureUpWithTimeout(t, 300, "logstash")
46
47
for _, metricSet := range metricSets {
0 commit comments