mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Skip unsupported radicale test
This commit is contained in:
parent
88f2cd5b53
commit
53331fedee
1 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,8 @@ class StorageTests:
|
||||||
if getattr(self, 'dav_server', '') in \
|
if getattr(self, 'dav_server', '') in \
|
||||||
('icloud', 'fastmail', 'davical'):
|
('icloud', 'fastmail', 'davical'):
|
||||||
pytest.skip('Manual cleanup would be necessary.')
|
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 = get_storage_args(collection=None)
|
||||||
args['collection'] = 'test'
|
args['collection'] = 'test'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue