Skip to content

Commit

Permalink
mute test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwe committed Oct 11, 2024
1 parent 98a421c commit f88d5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/rate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ func TestSlack(t *testing.T) {
}

func TestSetRateLimitOnTheFly(t *testing.T) {
t.Skip(UnstableTest)
runTest(t, func(r testRunner) {
// Set rate to 1hz
limiter, ok := r.createLimiter(1, WithoutSlack).(*LeakyBucket)
Expand Down

0 comments on commit f88d5e2

Please sign in to comment.