Skip to content

Commit

Permalink
Don't run test that times out often in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed May 23, 2023
1 parent e6ce5f0 commit 829f5b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3810,8 +3810,6 @@ func TestStreamRequestBody(t *testing.T) {
}

func TestStreamRequestBodyExceedMaxSize(t *testing.T) {
t.Parallel()

part1 := strings.Repeat("1", 1<<18)
part2 := strings.Repeat("2", 1<<20-1<<18)
contentLength := len(part1) + len(part2)
Expand Down

0 comments on commit 829f5b2

Please sign in to comment.