forked from TrueCloudLab/rclone
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
1 changed files with 3 additions and 0 deletions
|
@ -249,6 +249,9 @@ backends:
|
||||||
fastlist: false
|
fastlist: false
|
||||||
oneonly: true
|
oneonly: true
|
||||||
cleanup: true
|
cleanup: true
|
||||||
|
ignore:
|
||||||
|
# This test fails because of a broken bucket in the account!
|
||||||
|
- TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR
|
||||||
- backend: "azureblob"
|
- backend: "azureblob"
|
||||||
remote: "TestAzureBlob:"
|
remote: "TestAzureBlob:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue