mirror of
https://github.com/rclone/rclone.git
synced 2025-06-20 19:57:51 +02:00
tests: ignore some more habitually failing tests
This commit is contained in:
parent
2847412433
commit
476ff65fd7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user