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:
@@ -57,10 +57,14 @@ backends:
|
|||||||
- backend: "chunker"
|
- backend: "chunker"
|
||||||
remote: "TestChunkerMailru:"
|
remote: "TestChunkerMailru:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
ignore:
|
||||||
|
- TestApplyTransforms
|
||||||
- backend: "chunker"
|
- backend: "chunker"
|
||||||
remote: "TestChunkerChunk50bMailru:"
|
remote: "TestChunkerChunk50bMailru:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
maxfile: 10k
|
maxfile: 10k
|
||||||
|
ignore:
|
||||||
|
- TestApplyTransforms
|
||||||
- backend: "chunker"
|
- backend: "chunker"
|
||||||
remote: "TestChunkerChunk50bYandex:"
|
remote: "TestChunkerChunk50bYandex:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
@@ -403,6 +407,8 @@ backends:
|
|||||||
remote: "TestMailru:"
|
remote: "TestMailru:"
|
||||||
subdir: false
|
subdir: false
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
ignore:
|
||||||
|
- TestApplyTransforms
|
||||||
- backend: "seafile"
|
- backend: "seafile"
|
||||||
remote: "TestSeafileV6:"
|
remote: "TestSeafileV6:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
|||||||
Reference in New Issue
Block a user