From e253b44882c00a946cf05a4b19d4c4240d5a3f74 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 20 Oct 2021 17:10:46 +0100 Subject: [PATCH] dropbox: stop public link test complaining on non-enterprise account The TestIntegration/FsMkdir/FsPutFiles/PublicLink test doesn't work on a standard dropbox account, only on an enterprise account because it sets expiry dates. 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 7ebb8d288..fa8c22bb8 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -109,6 +109,10 @@ backends: - backend: "dropbox" remote: "TestDropbox:" fastlist: false + ignore: + # This test doesn't work on a standard dropbox account because it + # tries to set the expiry of the link + - TestIntegration/FsMkdir/FsPutFiles/PublicLink - backend: "filefabric" remote: "TestFileFabric:" fastlist: false