Skip to content

Commit 6281e7a

Browse files
author
Hugo Osvaldo Barrera
committed
Radicale now passes for this test
1 parent dff48f1 commit 6281e7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/storage/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ async def test_case_sensitive_uids(self, s, get_item):
282282
async def test_specialchars(
283283
self, monkeypatch, requires_collections, get_storage_args, get_item
284284
):
285-
if getattr(self, "dav_server", "") == "radicale":
286-
pytest.skip("Radicale is fundamentally broken.")
287285
if getattr(self, "dav_server", "") in ("icloud", "fastmail"):
288286
pytest.skip("iCloud and FastMail reject this name.")
289287

0 commit comments

Comments
 (0)