mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 05:54:43 +02:00
fstests: allow skipping of the broken UTF-8 test for the cache backend
This commit is contained in:
1
backend/cache/cache_test.go
vendored
1
backend/cache/cache_test.go
vendored
@ -19,5 +19,6 @@ func TestIntegration(t *testing.T) {
|
||||
NilObject: (*cache.Object)(nil),
|
||||
UnimplementableFsMethods: []string{"PublicLink", "MergeDirs", "OpenWriterAt"},
|
||||
UnimplementableObjectMethods: []string{"MimeType", "ID", "GetTier", "SetTier"},
|
||||
SkipInvalidUTF8: true, // invalid UTF-8 confuses the cache
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user