[pim/akonadi-e2e-tests] tests/imap: Remove xfail for test_uidvalidity_change_detected
Kevin Ottens <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2681ee0265cbbf000a36bc08a7bd7ecdfe0eab30 by Kevin Ottens, on behalf of Kevin Ottens.
Committed on 08/08/2026 at 23:25.
Pushed by ervin into branch 'master'.
Remove xfail for test_uidvalidity_change_detected
With the fix done in the IMAP resource to properly clear the flags of
the new items, we can remove the xfail.
M +0 -4 tests/imap/test_server_to_resource_imap.py
https://invent.kde.org/pim/akonadi-e2e-tests/-/commit/2681ee0265cbbf000a36bc08a7bd7ecdfe0eab30
diff --git a/tests/imap/test_server_to_resource_imap.py b/tests/imap/test_server_to_resource_imap.py
index 0548f58..c6cab56 100644
--- a/tests/imap/test_server_to_resource_imap.py
+++ b/tests/imap/test_server_to_resource_imap.py
@@ -180,10 +180,6 @@ def test_mailbox_renamed_on_server_is_synced(
assert_collection_equal_mailbox(collection_new_name, imap_resource, imap_client)
[email protected](
- reason="IMAP/Akonadi bug? The old and new items get merged based on RID despite the UIDVALIDITY change. https://invent.kde.org/pim/pim-technical-roadmap/-/work_items/121",
- strict=True,
-)
def test_uidvalidity_change_detected(imap_resource: ImapResource, imap_client: BaseMailBox) -> None:
"""
Recreating a mailbox on the server, the change is replayed on the resource