mirror of
https://github.com/rclone/rclone.git
synced 2025-01-08 23:40:29 +01:00
cache: mark as not supporting metadata
This commit is contained in:
parent
866c873daa
commit
cd1735bb10
2
backend/cache/cache_test.go
vendored
2
backend/cache/cache_test.go
vendored
@ -19,7 +19,7 @@ func TestIntegration(t *testing.T) {
|
||||
RemoteName: "TestCache:",
|
||||
NilObject: (*cache.Object)(nil),
|
||||
UnimplementableFsMethods: []string{"PublicLink", "OpenWriterAt"},
|
||||
UnimplementableObjectMethods: []string{"MimeType", "ID", "GetTier", "SetTier"},
|
||||
UnimplementableObjectMethods: []string{"MimeType", "ID", "GetTier", "SetTier", "Metadata"},
|
||||
SkipInvalidUTF8: true, // invalid UTF-8 confuses the cache
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user