mirror of
https://github.com/rclone/rclone
synced 2024-11-23 00:06:55 +01:00
qingstor: ignore harmless failing integration test #5734
The test TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fails in the integration test because there is a broken bucket in the test account which support haven't been able to remove.
This commit is contained in:
parent
9742648fce
commit
2e72ec96c1
@ -249,6 +249,9 @@ backends:
|
||||
fastlist: false
|
||||
oneonly: true
|
||||
cleanup: true
|
||||
ignore:
|
||||
# This test fails because of a broken bucket in the account!
|
||||
- TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR
|
||||
- backend: "azureblob"
|
||||
remote: "TestAzureBlob:"
|
||||
fastlist: true
|
||||
|
Loading…
Reference in New Issue
Block a user