Skip to content

Commit

Permalink
x-pack/filebeat/input/cometd - Skip flaky TestInputStop_Wait (#37988)
Browse files Browse the repository at this point in the history
Skip flaky test.

Relates #37987
  • Loading branch information
andrewkroh authored Feb 13, 2024
1 parent f7e5b4c commit 051d06c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/filebeat/input/cometd/input_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ func TestSingleInput(t *testing.T) {
}

func TestInputStop_Wait(t *testing.T) {
t.Skip("Flaky test https://github.com/elastic/beats/issues/37987")

expectedHTTPEventCount = 1
defer atomic.StoreUint64(&called, 0)
eventsCh := make(chan beat.Event)
Expand Down

0 comments on commit 051d06c

Please sign in to comment.