forked from TrueCloudLab/rclone
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
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,8 @@ backends:
|
||||||
- backend: "s3"
|
- backend: "s3"
|
||||||
remote: "TestS3Minio:"
|
remote: "TestS3Minio:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
ignore:
|
||||||
|
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
||||||
- backend: "s3"
|
- backend: "s3"
|
||||||
remote: "TestS3Wasabi:"
|
remote: "TestS3Wasabi:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
@ -62,11 +64,13 @@ backends:
|
||||||
fastlist: true
|
fastlist: true
|
||||||
ignore:
|
ignore:
|
||||||
- TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
- TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
||||||
|
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
||||||
- backend: "s3"
|
- backend: "s3"
|
||||||
remote: "TestS3Ceph:"
|
remote: "TestS3Ceph:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
ignore:
|
ignore:
|
||||||
- TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
- TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
||||||
|
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
||||||
- backend: "s3"
|
- backend: "s3"
|
||||||
remote: "TestS3Alibaba:"
|
remote: "TestS3Alibaba:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
@ -114,6 +118,7 @@ backends:
|
||||||
fastlist: false
|
fastlist: false
|
||||||
ignore:
|
ignore:
|
||||||
- TestIntegration/FsMkdir/FsPutFiles/PublicLink
|
- TestIntegration/FsMkdir/FsPutFiles/PublicLink
|
||||||
|
- TestDirRename
|
||||||
- backend: "opendrive"
|
- backend: "opendrive"
|
||||||
remote: "TestOpenDrive:"
|
remote: "TestOpenDrive:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue