mirror of https://github.com/rclone/rclone.git
test_all: ignore Rmdirs test failure on b2 as it fails because of versions
This commit is contained in:
parent
ddc7059a73
commit
c58d4fe939
|
@ -21,6 +21,11 @@ backends:
|
||||||
remote: "TestB2:"
|
remote: "TestB2:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
listretries: 5
|
listretries: 5
|
||||||
|
ignore:
|
||||||
|
# This test fails because B2 versions make the empty bucket undeleteable.
|
||||||
|
# It isn't possible to turn off versions, and setting hard_delete doesn't stop
|
||||||
|
# versions being made on overwrite.
|
||||||
|
- TestRmdirsNoLeaveRoot
|
||||||
- backend: "crypt"
|
- backend: "crypt"
|
||||||
remote: "TestCryptDrive:"
|
remote: "TestCryptDrive:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
|
Loading…
Reference in New Issue