mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 05:54:43 +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_test.go
vendored
1
backend/cache/cache_test.go
vendored
@ -1,6 +1,7 @@
|
||||
// Test Cache filesystem interface
|
||||
|
||||
// +build !plan9
|
||||
// +build !race
|
||||
|
||||
package cache_test
|
||||
|
||||
|
Reference in New Issue
Block a user