mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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 \
|
||||
('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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue