Skip to content

Commit

Permalink
removing flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mativm02 committed Aug 2, 2023
1 parent cfd6ccc commit 66efcb7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions persistent/internal/driver/mongo/life_cycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,7 @@ func TestParseURL(t *testing.T) {
name: "cosmosdb url",
url: "mongodb+srv://4-0-qa:zFAQ==@4-0-qa.azure:10/a1?appName=@4-testing@&maxIdleTimeMS=120000",
want: "mongodb+srv://4-0-qa:zFAQ%3D%3D@4-0-qa.azure:10/a1?appName=@4-testing@&maxIdleTimeMS=120000",
},
{
name: "already encoded cosmosdb url",
url: "mongodb+srv://4-0-qa:zFAQ%3D%3D@4-0-qa.azure:10/a1?appName=@4-testing@&maxIdleTimeMS=120000",
want: "mongodb+srv://4-0-qa:zFAQ%3D%3D@4-0-qa.azure:10/a1?appName=@4-testing@&maxIdleTimeMS=120000",
},
}
}

for _, test := range tests {
Expand Down

0 comments on commit 66efcb7

Please sign in to comment.