Skip to content

Commit ae35b80

Browse files
authored
fix: remove wrong test case (#2453)
1 parent 24d0709 commit ae35b80

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

router-tests/ratelimit_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -708,11 +708,6 @@ func TestRateLimit(t *testing.T) {
708708
name: "should successfully use auth from first url",
709709
clusterUrlSlice: []string{"redis://cosmo:test@localhost:7003", "redis://cosmo1:test1@localhost:7001", "redis://cosmo2:test2@localhost:7002"},
710710
},
711-
// TODO: Was false-positive: if password is configured for the cluster default user, it fails. Investigate & fix functionality as needed. (ENG-8270)
712-
//{
713-
// name: "should successfully use auth from later url if no auth in first urls",
714-
// clusterUrlSlice: []string{"redis://localhost:7003", "rediss://localhost:7001", "rediss://cosmo:test@localhost:7002"},
715-
//},
716711
{
717712
name: "should successfully work with two urls",
718713
clusterUrlSlice: []string{"redis://cosmo:test@localhost:7002", "rediss://localhost:7001"},

0 commit comments

Comments
 (0)