Skip to content

Commit

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

(cherry picked from commit df4832e)
  • Loading branch information
belimawr authored and mergify[bot] committed Dec 19, 2024
1 parent 69166d5 commit 2cae091
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 2cae091

Please sign in to comment.