Skip to content

Commit

Permalink
Skip flaky test TestRateLimiter (#42120) (#42121)
Browse files Browse the repository at this point in the history
This test is flaky, see: #42059

(cherry picked from commit df4832e)

Co-authored-by: Tiago Queiroz <tiago.queiroz@elastic.co>
  • Loading branch information
mergify[bot] and belimawr authored Dec 19, 2024
1 parent 50200fc commit 55f18d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func TestRateLimiter(t *testing.T) {
})

t.Run("Update stops requests when none are remaining", func(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/42059")
const window = time.Minute
var fixedLimit *int = nil
r := NewRateLimiter(window, fixedLimit)
Expand Down

0 comments on commit 55f18d7

Please sign in to comment.