Disable iCloud tests

see #646
This commit is contained in:
Markus Unterwaditzer 2017-07-02 00:25:32 +02:00
parent a96f358464
commit b7e7cfc439
3 changed files with 6 additions and 6 deletions

View file

@ -120,10 +120,6 @@
"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,7 +4,11 @@
iCloud
======
Vdirsyncer is regularly tested against iCloud_.
Vdirsyncer is tested against iCloud_.
.. note::
Automated testing against iCloud is broken! See :gh:`646`.
::

View file

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