aboutsummaryrefslogtreecommitdiff
path: root/allocation_test.go
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2021-06-18 14:57:18 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2021-06-18 14:57:18 +0200
commit9f2c63676d93a1fe1cf836f1ae125fa5fb566039 (patch)
treed7ae04044a81c18c7f250d4e93114f3008b452f4 /allocation_test.go
parentfix: set content-length properly when StreanRequestBody was enabled (#1049) (diff)
downloadfasthttp-9f2c63676d93a1fe1cf836f1ae125fa5fb566039.tar.gz
fasthttp-9f2c63676d93a1fe1cf836f1ae125fa5fb566039.tar.bz2
fasthttp-9f2c63676d93a1fe1cf836f1ae125fa5fb566039.zip
Lower go test time
Diffstat (limited to 'allocation_test.go')
-rw-r--r--allocation_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/allocation_test.go b/allocation_test.go
index 9d3d167..67432aa 100644
--- a/allocation_test.go
+++ b/allocation_test.go
@@ -9,8 +9,6 @@ import (
)
func TestAllocationServeConn(t *testing.T) {
- t.Parallel()
-
s := &Server{
Handler: func(ctx *RequestCtx) {
},
@@ -72,8 +70,6 @@ func TestAllocationClient(t *testing.T) {
}
func TestAllocationURI(t *testing.T) {
- t.Parallel()
-
uri := []byte("http://username:password@example.com/some/path?foo=bar#test")
n := testing.AllocsPerRun(100, func() {