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:
Nick Craig-Wood 2024-11-08 10:00:47 +00:00
parent 0ad925278d
commit 2f7a30cf61

View File

@ -55,17 +55,17 @@ backends:
remote: "TestChunkerChunk3bNoRenameLocal:" remote: "TestChunkerChunk3bNoRenameLocal:"
fastlist: true fastlist: true
maxfile: 6k maxfile: 6k
- backend: "chunker" # - backend: "chunker"
remote: "TestChunkerMailru:" # remote: "TestChunkerMailru:"
fastlist: true # fastlist: true
ignore: # ignore:
- TestApplyTransforms # - TestApplyTransforms
- backend: "chunker" # - backend: "chunker"
remote: "TestChunkerChunk50bMailru:" # remote: "TestChunkerChunk50bMailru:"
fastlist: true # fastlist: true
maxfile: 10k # maxfile: 10k
ignore: # ignore:
- TestApplyTransforms # - TestApplyTransforms
- backend: "chunker" - backend: "chunker"
remote: "TestChunkerChunk50bYandex:" remote: "TestChunkerChunk50bYandex:"
fastlist: true fastlist: true
@ -449,6 +449,7 @@ backends:
remote: "TestMailru:" remote: "TestMailru:"
subdir: false subdir: false
fastlist: false fastlist: false
oneonly: true
ignore: ignore:
- TestApplyTransforms - TestApplyTransforms
- backend: "seafile" - backend: "seafile"