mirror of
https://github.com/rclone/rclone.git
synced 2025-11-29 05:47:23 +02: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_internal_test.go
vendored
1
backend/cache/cache_internal_test.go
vendored
@@ -1,4 +1,5 @@
|
||||
// +build !plan9
|
||||
// +build !race
|
||||
|
||||
package cache_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user