mirror of
https://github.com/rclone/rclone
synced 2024-11-14 13:36:24 +01:00
mailru: add override for TestApplyTransforms - #7591
mailru is unable to handle filenames with certain combining characters (for example: йěáñ), and is therefore incapable of testing ApplyTransforms. (It is also therefore incapable of fully supporting --no-unicode-normalization.) The same override is applied to chunker when wrapping mailru.
This commit is contained in:
parent
f0d9117ff3
commit
547c635552
@ -57,10 +57,14 @@ backends:
|
||||
- backend: "chunker"
|
||||
remote: "TestChunkerMailru:"
|
||||
fastlist: true
|
||||
ignore:
|
||||
- TestApplyTransforms
|
||||
- backend: "chunker"
|
||||
remote: "TestChunkerChunk50bMailru:"
|
||||
fastlist: true
|
||||
maxfile: 10k
|
||||
ignore:
|
||||
- TestApplyTransforms
|
||||
- backend: "chunker"
|
||||
remote: "TestChunkerChunk50bYandex:"
|
||||
fastlist: true
|
||||
@ -403,6 +407,8 @@ backends:
|
||||
remote: "TestMailru:"
|
||||
subdir: false
|
||||
fastlist: false
|
||||
ignore:
|
||||
- TestApplyTransforms
|
||||
- backend: "seafile"
|
||||
remote: "TestSeafileV6:"
|
||||
fastlist: false
|
||||
|
Loading…
Reference in New Issue
Block a user