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.
This commit is contained in:
Nick Craig-Wood
2026-07-17 18:29:39 +01:00
parent 55b95489f3
commit 0775b15ccf
+2
View File
@@ -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