[pim/akonadi-e2e-tests] tests/dav: remove-dav-partial-sync-xfail
Noham Devillers <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 768cd58786f3621b01ae63f1709b5d9072c95533 by Noham Devillers.
Committed on 22/07/2026 at 11:47.
Pushed by ervin into branch 'master'.
remove-dav-partial-sync-xfail
M +0 -8 tests/dav/test_resource_to_server_dav.py
M +0 -10 tests/dav/test_server_to_resource_dav.py
https://invent.kde.org/pim/akonadi-e2e-tests/-/commit/768cd58786f3621b01ae63f1709b5d9072c95533
diff --git a/tests/dav/test_resource_to_server_dav.py b/tests/dav/test_resource_to_server_dav.py
index 11b8523..bb19bbe 100644
--- a/tests/dav/test_resource_to_server_dav.py
+++ b/tests/dav/test_resource_to_server_dav.py
@@ -432,10 +432,6 @@ def test_akonadi_change_item_contents(
)
[email protected](
- reason="Akonadi bug ? The content is not changed in the akonadi server after partial sync: https://invent.kde.org/pim/pim-technical-roadmap/-/work_items/103",
- strict=True,
-)
@pytest.mark.parametrize("field, new_value, use_dtend", changed_field_data)
def test_akonadi_partial_change_item_contents(
dav_principal: Principal,
@@ -638,10 +634,6 @@ def test_akonadi_change_item_rrule(
)
[email protected](
- reason="Akonadi bug ? The content is not changed in the akonadi server after partial sync: https://invent.kde.org/pim/pim-technical-roadmap/-/work_items/103",
- strict=True,
-)
@pytest.mark.parametrize("existing_rrule, base_rrule, new_rrule", rrules, ids=ids)
def test_akonadi_partial_change_item_rrule(
dav_principal: Principal,
diff --git a/tests/dav/test_server_to_resource_dav.py b/tests/dav/test_server_to_resource_dav.py
index 3bc64a3..9f2a4cf 100644
--- a/tests/dav/test_server_to_resource_dav.py
+++ b/tests/dav/test_server_to_resource_dav.py
@@ -265,11 +265,6 @@ def test_offline_remove_items(dav_principal: Principal, groupware_resource: DAVR
assert_all_collections_are_equals(dav_principal, groupware_resource)
[email protected](
- reason="Akonadi bug? The partial sync does not seem to replicate the new item in the akonadi server\n"
- "Issue: https://invent.kde.org/pim/pim-technical-roadmap/-/work_items/103",
- strict=True,
-)
def test_partial_sync_on_item_add(dav_principal: Principal, groupware_resource: DAVResource):
"""
Adding an item to a collection on the server, after requesting a partial sync, the added item is replicated in the
@@ -370,11 +365,6 @@ def test_offline_rename_collection_server_side(
assert_all_collections_are_equals(dav_resource=groupware_resource, dav_principal=dav_principal)
[email protected](
- reason="The partial sync does not seem to replicate the delete item in the akonadi server "
- "Issue: https://invent.kde.org/pim/pim-technical-roadmap/-/work_items/103",
- strict=True,
-)
def test_partial_sync_on_item_deleted(
dav_principal: Principal, groupware_resource: DAVResource
) -> None: