mirror of
https://github.com/rclone/rclone.git
synced 2025-12-10 05:13:45 +00:00
cache: disable race tests until bbolt is fixed
bbolt fails with "unsafe pointer conversion" under the go1.14 race detector. Disable race tests until https://github.com/etcd-io/bbolt/issues/187 is fixed.
This commit is contained in:
1
backend/cache/cache_mount_other_test.go
vendored
1
backend/cache/cache_mount_other_test.go
vendored
@@ -2,6 +2,7 @@
|
||||
// +build !darwin !go1.13
|
||||
// +build !freebsd !go1.13
|
||||
// +build !windows
|
||||
// +build !race
|
||||
|
||||
package cache_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user