forked from TrueCloudLab/rclone
test_all: mark expected failures for minio, wasabi and FTP
This commit is contained in:
parent
04eb96b50b
commit
23bf6bb4d8
1 changed files with 13 additions and 0 deletions
|
@ -110,9 +110,20 @@ backends:
|
||||||
fastlist: true
|
fastlist: true
|
||||||
ignore:
|
ignore:
|
||||||
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/control_chars
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/leading_LF
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/leading_VT
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/punctuation
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/trailing_LF
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/trailing_VT
|
||||||
- backend: "s3"
|
- backend: "s3"
|
||||||
remote: "TestS3Wasabi:"
|
remote: "TestS3Wasabi:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
ignore:
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/leading_CR
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/leading_LF
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/leading_HT
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/leading_VT
|
||||||
- backend: "s3"
|
- backend: "s3"
|
||||||
remote: "TestS3DigitalOcean:"
|
remote: "TestS3DigitalOcean:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
@ -144,6 +155,8 @@ backends:
|
||||||
fastlist: false
|
fastlist: false
|
||||||
- backend: "ftp"
|
- backend: "ftp"
|
||||||
remote: "TestFTP:"
|
remote: "TestFTP:"
|
||||||
|
ignore:
|
||||||
|
- TestIntegration/FsMkdir/FsEncoding/punctuation
|
||||||
fastlist: false
|
fastlist: false
|
||||||
- backend: "box"
|
- backend: "box"
|
||||||
remote: "TestBox:"
|
remote: "TestBox:"
|
||||||
|
|
Loading…
Add table
Reference in a new issue