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
This commit is contained in:
Nick Craig-Wood 2021-10-20 17:10:46 +01:00
parent 0d7426a2dd
commit e253b44882
1 changed files with 4 additions and 0 deletions

View File

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