From bab91e4402b54043af31d16cdd671926e4823f2a Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 15 Apr 2022 17:55:43 +0100 Subject: [PATCH] putio: ignore URL encoded files as these fail in the integration tests --- fstest/test_all/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index d6e61fb12..81afe169e 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -326,6 +326,8 @@ backends: remote: "TestPutio:" fastlist: false extratime: 2.0 + ignore: + - TestIntegration/FsMkdir/FsEncoding/URL_encoding - backend: "sharefile" remote: "TestSharefile:" fastlist: false