Skip to content

Commit d2d2767

Browse files
chore(filebeat): unskip Filebeat_crashes_due_to_incorrect_config (#47163) (#47270)
This test was skipped in #42780 due to #43137. Since #46331 fixed the underlying issue, we can re-enable the test. (cherry picked from commit e744a82) Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
1 parent df81339 commit d2d2767

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

filebeat/testing/integration/sample_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ output.console:
116116
})
117117

118118
t.Run("Filebeat crashes due to incorrect config", func(t *testing.T) {
119-
t.Skip("Flaky test: https://github.com/elastic/beats/issues/42778")
120-
121119
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
122120
defer cancel()
123121

0 commit comments

Comments
 (0)