mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 02:01:25 +08:00
cmount: disable tests on windows + race detector
These either hang or produce incorrect results for reasons I haven't worked out yet.
This commit is contained in:
parent
00b46a8b96
commit
2b666187a6
|
@ -1,6 +1,10 @@
|
|||
// +build cmount
|
||||
// +build cgo
|
||||
// +build linux darwin freebsd windows
|
||||
// +build !race !windows
|
||||
|
||||
// FIXME this doesn't work with the race detector under Windows either
|
||||
// hanging or producing lots of differences.
|
||||
|
||||
package cmount
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user