test(http_retry): remove t.Parallel from test cases
This commit is contained in:
parent
57ad26aee8
commit
6e55119781
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ func TestDoRequestWithRetry(t *testing.T) {
|
|||
|
||||
for _, tc := range testcases {
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
attempts := 0
|
||||
server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
attempts++
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue