mirror of
https://github.com/rclone/rclone
synced 2024-11-20 21:27:33 +01:00
test_all: try to fix mailru rate limits in integration tests
The Mailru backend integration tests have been failing due to new rate limits on the backend. This patch - Removes Mailru from the chunker tests - Adds the flag so we only run one Mailru test at once
This commit is contained in:
parent
0ad925278d
commit
2f7a30cf61
@ -55,17 +55,17 @@ backends:
|
||||
remote: "TestChunkerChunk3bNoRenameLocal:"
|
||||
fastlist: true
|
||||
maxfile: 6k
|
||||
- backend: "chunker"
|
||||
remote: "TestChunkerMailru:"
|
||||
fastlist: true
|
||||
ignore:
|
||||
- TestApplyTransforms
|
||||
- backend: "chunker"
|
||||
remote: "TestChunkerChunk50bMailru:"
|
||||
fastlist: true
|
||||
maxfile: 10k
|
||||
ignore:
|
||||
- TestApplyTransforms
|
||||
# - backend: "chunker"
|
||||
# remote: "TestChunkerMailru:"
|
||||
# fastlist: true
|
||||
# ignore:
|
||||
# - TestApplyTransforms
|
||||
# - backend: "chunker"
|
||||
# remote: "TestChunkerChunk50bMailru:"
|
||||
# fastlist: true
|
||||
# maxfile: 10k
|
||||
# ignore:
|
||||
# - TestApplyTransforms
|
||||
- backend: "chunker"
|
||||
remote: "TestChunkerChunk50bYandex:"
|
||||
fastlist: true
|
||||
@ -449,6 +449,7 @@ backends:
|
||||
remote: "TestMailru:"
|
||||
subdir: false
|
||||
fastlist: false
|
||||
oneonly: true
|
||||
ignore:
|
||||
- TestApplyTransforms
|
||||
- backend: "seafile"
|
||||
|
Loading…
Reference in New Issue
Block a user