From e0da406ca71aedc9bbf7ffe19f6c08318aa8ba4e Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 7 Sep 2024 12:22:59 +0100 Subject: [PATCH] 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". --- 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 b3fa32c87..66d60d993 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -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