We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfecfd commit 1c42053Copy full SHA for 1c42053
1 file changed
metricbeat/module/logstash/logstash_integration_test.go
@@ -72,6 +72,7 @@ func TestData(t *testing.T) {
72
}
73
74
func TestXPackEnabled(t *testing.T) {
75
+ t.Skip("flaky test: https://github.com/elastic/beats/issues/24822")
76
lsService := compose.EnsureUpWithTimeout(t, 300, "logstash")
77
esService := compose.EnsureUpWithTimeout(t, 300, "elasticsearch")
78
0 commit comments