test_all: only run the backend tests for 1fichier
Running all the tests for 1fichier takes too long due to the directory reading rate limiter. The backend tests do complete in a reasonable time (21 mins).
This commit is contained in:
parent
9cc17cec9a
commit
5bf53fe3ac
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,8 @@ backends:
|
|||
- backend: "fichier"
|
||||
remote: "TestFichier:"
|
||||
fastlist: false
|
||||
tests:
|
||||
- backend
|
||||
- backend: "qingstor"
|
||||
remote: "TestQingStor:"
|
||||
fastlist: false
|
||||
|
|
Loading…
Reference in a new issue