Skip to content

Commit

Permalink
test(ratelimit_mitigation_test.go): update test data for cluster size…
Browse files Browse the repository at this point in the history
…s to include only 1, 3, and 5 nodes
  • Loading branch information
chronark committed Sep 20, 2024
1 parent 63ecd51 commit d4d7f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/agent/services/ratelimit/ratelimit_mitigation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

func TestExceedingTheLimitShouldNotifyAllNodes(t *testing.T) {

for _, clusterSize := range []int{1, 3, 5, 9, 27} {
for _, clusterSize := range []int{1, 3, 5} {
t.Run(fmt.Sprintf("Cluster Size %d", clusterSize), func(t *testing.T) {
logger := logging.New(nil)
clusters := []cluster.Cluster{}
Expand Down

0 comments on commit d4d7f17

Please sign in to comment.