forked from TrueCloudLab/rclone
onedrive: stop public link test complaining on non-business account
The TestIntegration/FsMkdir/FsPutFiles/PublicLink test doesn't work on a standard onedrive account, it returns accessDenied: accountUpgradeRequired: Account Upgrade is required for this operation. See: #5734
This commit is contained in:
parent
e253b44882
commit
5a5318720a
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,10 @@ backends:
|
|||
- backend: "onedrive"
|
||||
remote: "TestOneDrive:"
|
||||
fastlist: false
|
||||
ignore:
|
||||
# This test doesn't work on a standard Onedrive account returning
|
||||
# accessDenied: accountUpgradeRequired: Account Upgrade is required for this operation.
|
||||
- TestIntegration/FsMkdir/FsPutFiles/PublicLink
|
||||
- backend: "onedrive"
|
||||
remote: "TestOneDriveBusiness:"
|
||||
fastlist: false
|
||||
|
|
Loading…
Reference in a new issue