Skip unsupported radicale test

This commit is contained in:
Hugo Osvaldo Barrera 2020-06-09 09:34:03 +02:00
parent 88f2cd5b53
commit 53331fedee

View file

@ -201,6 +201,8 @@ class StorageTests:
if getattr(self, 'dav_server', '') in \
('icloud', 'fastmail', 'davical'):
pytest.skip('Manual cleanup would be necessary.')
if getattr(self, 'dav_server', '') == "radicale":
pytest.skip("Radicale does not support collection creation")
args = get_storage_args(collection=None)
args['collection'] = 'test'