From 6281e7a23719a326396fa14b47d398b3721aeb3e Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Fri, 23 Jul 2021 20:40:23 +0200 Subject: [PATCH] Radicale now passes for this test --- tests/storage/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/storage/__init__.py b/tests/storage/__init__.py index c8dbe5a..6a5cadf 100644 --- a/tests/storage/__init__.py +++ b/tests/storage/__init__.py @@ -282,8 +282,6 @@ class StorageTests: async def test_specialchars( self, monkeypatch, requires_collections, get_storage_args, get_item ): - if getattr(self, "dav_server", "") == "radicale": - pytest.skip("Radicale is fundamentally broken.") if getattr(self, "dav_server", "") in ("icloud", "fastmail"): pytest.skip("iCloud and FastMail reject this name.")