Skip to content

Commit

Permalink
refactor(ratelimits_test.go): remove inaccurate test case with limit …
Browse files Browse the repository at this point in the history
…1 and 1 second duration
  • Loading branch information
chronark committed Aug 23, 2024
1 parent 5cdcc73 commit 038b4d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/agent/integration/cluster/docker/ratelimits_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ func TestRatelimitsAccuracy(t *testing.T) {
rate vegeta.Rate
testDuration time.Duration
}{
{
limit: 1,
duration: 1 * time.Second,
rate: vegeta.Rate{Freq: 1, Per: time.Second},
testDuration: 1 * time.Minute,
},

{
limit: 5000,
duration: 2 * time.Minute,
Expand Down

0 comments on commit 038b4d7

Please sign in to comment.