forked from TrueCloudLab/rclone
putio: ignore URL encoded files as these fail in the integration tests
This commit is contained in:
parent
fde40319ef
commit
bab91e4402
1 changed files with 2 additions and 0 deletions
|
@ -326,6 +326,8 @@ backends:
|
||||||
remote: "TestPutio:"
|
remote: "TestPutio:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
extratime: 2.0
|
extratime: 2.0
|
||||||
|
ignore:
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/URL_encoding
|
||||||
- backend: "sharefile"
|
- backend: "sharefile"
|
||||||
remote: "TestSharefile:"
|
remote: "TestSharefile:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue