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
This commit is contained in:
parent
11ad2a1316
commit
5147d1101c
1 changed files with 4 additions and 0 deletions
|
@ -395,6 +395,10 @@ backends:
|
||||||
- backend: "cache"
|
- backend: "cache"
|
||||||
remote: "TestCache:"
|
remote: "TestCache:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
ignoretests:
|
||||||
|
- TestBisyncLocalRemote
|
||||||
|
- TestBisyncRemoteLocal
|
||||||
|
- TestBisyncRemoteRemote
|
||||||
- backend: "mega"
|
- backend: "mega"
|
||||||
remote: "TestMega:"
|
remote: "TestMega:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
|
Loading…
Reference in a new issue