forked from TrueCloudLab/rclone
test_all: disable chunker + mailru tests while mailru is broken #4376
This commit is contained in:
parent
38e8415e77
commit
9d3d397f50
1 changed files with 9 additions and 7 deletions
|
@ -41,13 +41,15 @@ backends:
|
||||||
remote: "TestChunkerChunk3bNometaLocal:"
|
remote: "TestChunkerChunk3bNometaLocal:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
maxfile: 6k
|
maxfile: 6k
|
||||||
- backend: "chunker"
|
# Disable chunker with mailru tests until Mailru is fixed - see
|
||||||
remote: "TestChunkerMailru:"
|
# https://github.com/rclone/rclone/issues/4376
|
||||||
fastlist: true
|
# - backend: "chunker"
|
||||||
- backend: "chunker"
|
# remote: "TestChunkerMailru:"
|
||||||
remote: "TestChunkerChunk50bMailru:"
|
# fastlist: true
|
||||||
fastlist: true
|
# - backend: "chunker"
|
||||||
maxfile: 10k
|
# remote: "TestChunkerChunk50bMailru:"
|
||||||
|
# fastlist: true
|
||||||
|
# maxfile: 10k
|
||||||
- backend: "chunker"
|
- backend: "chunker"
|
||||||
remote: "TestChunkerChunk50bYandex:"
|
remote: "TestChunkerChunk50bYandex:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
|
Loading…
Reference in a new issue