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"
|
- backend: "fichier"
|
||||||
remote: "TestFichier:"
|
remote: "TestFichier:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
tests:
|
||||||
|
- backend
|
||||||
- backend: "qingstor"
|
- backend: "qingstor"
|
||||||
remote: "TestQingStor:"
|
remote: "TestQingStor:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
|
Loading…
Reference in a new issue