From 5147d1101c2c1e42ca10333b821b42e7437f9777 Mon Sep 17 00:00:00 2001 From: nielash Date: Wed, 25 Sep 2024 00:19:19 -0400 Subject: [PATCH] cache: skip bisync tests per ncw: "I don't care about cache as it is deprecated - we should probably stop it running bisync tests" https://github.com/rclone/rclone/pull/7795#issuecomment-2163295857 --- fstest/test_all/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 66d60d993..7c5ed0feb 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -395,6 +395,10 @@ backends: - backend: "cache" remote: "TestCache:" fastlist: false + ignoretests: + - TestBisyncLocalRemote + - TestBisyncRemoteLocal + - TestBisyncRemoteRemote - backend: "mega" remote: "TestMega:" fastlist: false