test_all: limit the Zoho tests to just the backend
The free account has a very ungenerous 1000 api calls per day limit and the full integration test suite breaches that so limit the integration tests to just the backend.
This commit is contained in:
parent
cab42107f7
commit
a71d181cb0
1 changed files with 2 additions and 0 deletions
|
@ -426,6 +426,8 @@ backends:
|
||||||
- backend: "zoho"
|
- backend: "zoho"
|
||||||
remote: "TestZoho:"
|
remote: "TestZoho:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
tests:
|
||||||
|
- backend
|
||||||
- backend: "hdfs"
|
- backend: "hdfs"
|
||||||
remote: "TestHdfs:"
|
remote: "TestHdfs:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue