From 5a5318720adb26f6c5b80a69c8b67904741b4c9f Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 20 Oct 2021 17:14:44 +0100 Subject: [PATCH] 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 --- fstest/test_all/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index fa8c22bb8..b4d67b0f0 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -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