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:
Nick Craig-Wood 2021-10-20 17:14:44 +01:00
parent e253b44882
commit 5a5318720a
1 changed files with 4 additions and 0 deletions

View File

@ -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