mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
test_all: add ignores for tests which will never pass
- s3 backends which don't support SetTier - mega which makes a duplicate for TestDirRename
This commit is contained in:
parent
ef7bfd3f03
commit
b6065561cf
@ -54,6 +54,8 @@ backends:
|
||||
- backend: "s3"
|
||||
remote: "TestS3Minio:"
|
||||
fastlist: true
|
||||
ignore:
|
||||
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
||||
- backend: "s3"
|
||||
remote: "TestS3Wasabi:"
|
||||
fastlist: true
|
||||
@ -62,11 +64,13 @@ backends:
|
||||
fastlist: true
|
||||
ignore:
|
||||
- TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
||||
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
||||
- backend: "s3"
|
||||
remote: "TestS3Ceph:"
|
||||
fastlist: true
|
||||
ignore:
|
||||
- TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
||||
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
||||
- backend: "s3"
|
||||
remote: "TestS3Alibaba:"
|
||||
fastlist: true
|
||||
@ -114,6 +118,7 @@ backends:
|
||||
fastlist: false
|
||||
ignore:
|
||||
- TestIntegration/FsMkdir/FsPutFiles/PublicLink
|
||||
- TestDirRename
|
||||
- backend: "opendrive"
|
||||
remote: "TestOpenDrive:"
|
||||
fastlist: false
|
||||
|
Loading…
Reference in New Issue
Block a user