mirror of
https://github.com/rclone/rclone
synced 2024-11-15 14:57:03 +01:00
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
@ -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 New Issue
Block a user