Skip to content

Commit

Permalink
Remove LeakyBucket enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric authored and titpetric committed Feb 26, 2024
1 parent 264027f commit c42a414
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gateway/mw_rate_limiting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,3 @@ func TestMwRateLimiting_CustomRatelimitKeyDRL(t *testing.T) {
func TestMwRateLimiting_CustomRatelimitKeyNonTransactional(t *testing.T) {
providerCustomRatelimitKey(t, "NonTransactional")
}

func TestMwRateLimiting_CustomRatelimitKeyEnableLeakyBucketRateLimiter(t *testing.T) {
providerCustomRatelimitKey(t, "LeakyBucket")
}

0 comments on commit c42a414

Please sign in to comment.