aboutsummaryrefslogtreecommitdiff
path: root/fs_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 /fs_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 'fs_test.go')
-rw-r--r--fs_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs_test.go b/fs_test.go
index c6e125c..5c39cb1 100644
--- a/fs_test.go
+++ b/fs_test.go
@@ -1,3 +1,6 @@
+// go:build !windows
+// Don't run FS tests on windows as it isn't compatible for now.
+
package fasthttp
import (