From 53331fedee9e3b77f40a8dfbca54e91ca0a29fd5 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Tue, 9 Jun 2020 09:34:03 +0200 Subject: [PATCH] Skip unsupported radicale test --- tests/storage/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/storage/__init__.py b/tests/storage/__init__.py index 9add313..dd0d0b3 100644 --- a/tests/storage/__init__.py +++ b/tests/storage/__init__.py @@ -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'