Skip to content

Commit

Permalink
skip flaky test (#42780)
Browse files Browse the repository at this point in the history
skip flaky test: TestFilebeat/Filebeat_crashes_due_to_incorrect_config
  • Loading branch information
AndersonQ authored Feb 19, 2025
1 parent c61c0fe commit 2200a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filebeat/testing/integration/sample_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ output.console:
})

t.Run("Filebeat crashes due to incorrect config", func(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/42778")

ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
defer cancel()

Expand Down

0 comments on commit 2200a16

Please sign in to comment.