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:
Nick Craig-Wood 2023-11-21 12:06:31 +00:00
parent cab42107f7
commit a71d181cb0
1 changed files with 2 additions and 0 deletions

View File

@ -426,6 +426,8 @@ backends:
- backend: "zoho"
remote: "TestZoho:"
fastlist: false
tests:
- backend
- backend: "hdfs"
remote: "TestHdfs:"
fastlist: false