Revert "Disable iCloud tests"

This reverts commit b7e7cfc439.

See #646
This commit is contained in:
Markus Unterwaditzer 2017-08-13 14:25:40 +02:00
parent 395e8276de
commit 8565277623
3 changed files with 6 additions and 6 deletions

View file

@ -124,6 +124,10 @@
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release BUILD_PRS=false ",
"python": "3.6"
},
{
"env": "BUILD=test DAV_SERVER=icloud REQUIREMENTS=release BUILD_PRS=false ",
"python": "3.6"
},
{
"env": "BUILD=test DAV_SERVER=fastmail REQUIREMENTS=release BUILD_PRS=false ",
"python": "3.6"

View file

@ -4,11 +4,7 @@
iCloud
======
Vdirsyncer is tested against iCloud_.
.. note::
Automated testing against iCloud is broken! See :gh:`646`.
Vdirsyncer is regularly tested against iCloud_.
::

View file

@ -49,7 +49,7 @@ for python, requirements in itertools.product(python_versions,
dav_servers = ("radicale", "xandikos")
if python == latest_python and requirements == "release":
dav_servers += ("owncloud", "nextcloud", "baikal", "davical",
dav_servers += ("owncloud", "nextcloud", "baikal", "davical", "icloud",
"fastmail")
for dav_server in dav_servers: