Skip to content

Commit 6d1c276

Browse files
chore(filebeat): unskip Filebeat_crashes_due_to_incorrect_config (#47163) (#47271)
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 028ef0b commit 6d1c276

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
@@ -146,8 +146,6 @@ output.console:
146146
}
147147
})
148148
t.Run("Filebeat crashes due to incorrect config", func(t *testing.T) {
149-
t.Skip("Flaky test: https://github.com/elastic/beats/issues/42778")
150-
151149
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
152150
defer cancel()
153151

0 commit comments

Comments
 (0)