tests: ignore some more habitually failing tests

This commit is contained in:
Nick Craig-Wood 2025-06-13 16:25:42 +01:00
parent 2847412433
commit 476ff65fd7

View File

@ -116,6 +116,9 @@ backends:
- TestReadFile - TestReadFile
- TestCopyURL - TestCopyURL
- TestMoveFileWithIgnoreExisting - TestMoveFileWithIgnoreExisting
- TestCopyFileCompareDest
# fs/sync
- TestServerSideMoveOverSelf
#vfs #vfs
- TestFileSetModTime/cache=off,open=false,write=false - TestFileSetModTime/cache=off,open=false,write=false
- TestFileSetModTime/cache=off,open=true,write=false - TestFileSetModTime/cache=off,open=true,write=false
@ -183,6 +186,8 @@ backends:
- backend: "imagekit" - backend: "imagekit"
remote: "TestImageKit:" remote: "TestImageKit:"
fastlist: false fastlist: false
ignore:
- TestIntegration/FsMkdir/FsPutZeroLength
ignoretests: ignoretests:
- cmd/bisync - cmd/bisync
- backend: "internetarchive" - backend: "internetarchive"
@ -190,6 +195,8 @@ backends:
fastlist: true fastlist: true
tests: tests:
- backend - backend
ignore:
- TestIntegration/FsMkdir/FsEncoding
extratime: 2.0 extratime: 2.0
- backend: "jottacloud" - backend: "jottacloud"
remote: "TestJottacloud:" remote: "TestJottacloud:"
@ -557,6 +564,8 @@ backends:
oneonly: true oneonly: true
ignore: ignore:
- TestApplyTransforms - TestApplyTransforms
ignoretests:
- cmd/bisync
- backend: "seafile" - backend: "seafile"
remote: "TestSeafileV6:" remote: "TestSeafileV6:"
fastlist: false fastlist: false
@ -597,6 +606,8 @@ backends:
fastlist: false fastlist: false
ignore: ignore:
- TestSyncUTFNorm - TestSyncUTFNorm
ignoretests:
- cmd/gitannex
# - backend: "uptobox" # - backend: "uptobox"
# remote: "TestUptobox:" # remote: "TestUptobox:"
# fastlist: false # fastlist: false