From 547c63555229c9865307752247010017d964b6d9 Mon Sep 17 00:00:00 2001 From: nielash Date: Sun, 18 Feb 2024 05:29:20 -0500 Subject: [PATCH] mailru: add override for TestApplyTransforms - #7591 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- fstest/test_all/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index dafcd1cd4..0ddf6ac90 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -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