mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user