mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
test_all: mark linkbox fs/sync test TestSyncOverlapWithFilter as ignore
This gives the error > Update second step failed: Linkbox error 500: The file name needs to include a suffix, such as xxx.mp4 As linkbox can't have files starting with "." and we are trying to save a file called ".ignore".
This commit is contained in:
parent
9a02c04028
commit
e0da406ca7
@ -422,6 +422,7 @@ backends:
|
||||
- TestCaseInsensitiveMoveFile
|
||||
- TestFixCase
|
||||
- TestListDirSorted # Can't upload files starting with . - FIXME fix with encoding
|
||||
- TestSyncOverlapWithFilter # Can't upload files starting with . - FIXME fix with encoding
|
||||
- backend: "premiumizeme"
|
||||
remote: "TestPremiumizeMe:"
|
||||
fastlist: false
|
||||
|
Loading…
Reference in New Issue
Block a user