aboutsummaryrefslogtreecommitdiff
path: root/server_test.go
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2021-10-31 22:09:40 +0100
committerGravatar GitHub <noreply@github.com> 2021-10-31 22:09:40 +0100
commitc15e642a16e1c78b209dd037b4fbe5c0e59d861a (patch)
tree9159ba853eb82e1960b3cf96c34c55b5f7a7528f /server_test.go
parentchore (#1137) (diff)
downloadfasthttp-c15e642a16e1c78b209dd037b4fbe5c0e59d861a.tar.gz
fasthttp-c15e642a16e1c78b209dd037b4fbe5c0e59d861a.tar.bz2
fasthttp-c15e642a16e1c78b209dd037b4fbe5c0e59d861a.zip
Don't run all race tests on windows (#1143)
* Don't run all race tests on windows It's too slow and gives a lot of false positives in our tests. * No FS tests on windows
Diffstat (limited to 'server_test.go')
-rw-r--r--server_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/server_test.go b/server_test.go
index 484fdf4..1ffe396 100644
--- a/server_test.go
+++ b/server_test.go
@@ -1,3 +1,5 @@
+// go:build !windows || !race
+
package fasthttp
import (