mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user