mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
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:
parent
0d7426a2dd
commit
e253b44882
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user