From a71d181cb04aa51e2ce14f3e66c4813b81f96b69 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 21 Nov 2023 12:06:31 +0000 Subject: [PATCH] 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. --- fstest/test_all/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 08f9abbd8..0e7f922fc 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -426,6 +426,8 @@ backends: - backend: "zoho" remote: "TestZoho:" fastlist: false + tests: + - backend - backend: "hdfs" remote: "TestHdfs:" fastlist: false