From 5bf53fe3ac25982ffdeb87bab4f032f7f2013330 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 1 Sep 2020 16:13:47 +0100 Subject: [PATCH] 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). --- 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 0b149898c..8a2dd85d2 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -206,6 +206,8 @@ backends: - backend: "fichier" remote: "TestFichier:" fastlist: false + tests: + - backend - backend: "qingstor" remote: "TestQingStor:" fastlist: false