From 0775b15ccf2f589da425a2972705a3bea08965e7 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 17 Jul 2026 08:47:50 +0100 Subject: [PATCH] test_all: ignore TestSyncCompareDest for cloudinary Cloudinary's search API which NewObject uses is eventually consistent, so the --compare-dest lookup of a just uploaded file misses it and the test fails. TestCopyFileCompareDest is already ignored for the same reason. --- fstest/test_all/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index dd289d531..84cb194c9 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -121,6 +121,8 @@ backends: - TestCopyURL - TestMoveFileWithIgnoreExisting - TestCopyFileCompareDest + # fs/sync + - TestSyncCompareDest #vfs - TestFileSetModTime/cache=off,open=false,write=false - TestFileSetModTime/cache=off,open=true,write=false