[pim/akonadi-e2e-tests] tests/imap: Remove the xfail on test_partial_sync_on_flag_change
Kevin Ottens <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 85b8ea78fe551cf9a1afeb93b09a3a4b91b01b53 by Kevin Ottens.
Committed on 06/08/2026 at 07:56.
Pushed by ervin into branch 'master'.
Remove the xfail on test_partial_sync_on_flag_change
This was due to the modification time not being properly updated during
syncs. Should be the case now.
M +0 -4 tests/imap/test_server_to_resource_imap.py
https://invent.kde.org/pim/akonadi-e2e-tests/-/commit/85b8ea78fe551cf9a1afeb93b09a3a4b91b01b53
diff --git a/tests/imap/test_server_to_resource_imap.py b/tests/imap/test_server_to_resource_imap.py
index bee3789..0548f58 100644
--- a/tests/imap/test_server_to_resource_imap.py
+++ b/tests/imap/test_server_to_resource_imap.py
@@ -443,10 +443,6 @@ def test_offline_append_message(imap_resource: ImapResource, imap_client: BaseMa
assert_collection_equal_mailbox(folder.name, imap_resource, imap_client)
[email protected](
- reason="Akonadi bug? ModificationTime is not updated, https://invent.kde.org/pim/pim-technical-roadmap/-/work_items/120",
- strict=True,
-)
def test_partial_sync_on_flag_change(imap_resource: ImapResource, imap_client: BaseMailBox) -> None:
"""
Changing flags of an item on the server implicitly triggers a partial sync