From 1eff0eef7a03ec89a808737565c47068308468b3 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 20 Oct 2021 17:17:06 +0100 Subject: [PATCH] premiumizeme: attempt to fix integration tests This tries to fix the integration tests by only allowing one premiumizeme test to run at once, in the hope it will stop rclone hitting the rate limits and breaking the tests. See: #5734 --- fstest/test_all/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index b4d67b0f0..02d7f3e46 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -296,6 +296,7 @@ backends: - backend: "premiumizeme" remote: "TestPremiumizeMe:" fastlist: false + oneonly: true - backend: "putio" remote: "TestPutio:" fastlist: false