mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
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:"
|
||||
fastlist: true
|
||||
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"
|
||||
remote: "TestCryptDrive:"
|
||||
fastlist: true
|
||||
|
Loading…
Reference in New Issue
Block a user