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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user