mirror of
https://github.com/rclone/rclone.git
synced 2025-12-19 01:33:25 +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"
|
- backend: "onedrive"
|
||||||
remote: "TestOneDrive:"
|
remote: "TestOneDrive:"
|
||||||
fastlist: false
|
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"
|
- backend: "onedrive"
|
||||||
remote: "TestOneDriveBusiness:"
|
remote: "TestOneDriveBusiness:"
|
||||||
fastlist: false
|
fastlist: false
|
||||||
|
|||||||
Reference in New Issue
Block a user