[pim/akonadi-e2e-tests] tests/imap: Remove the xfail related to not deleted items that we previously missed
Kevin Ottens <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5e8ac9c9d9b6db266f893f51836ba441dddeaa16 by Kevin Ottens.
Committed on 17/07/2026 at 10:09.
Pushed by ervin into branch 'master'.
Remove the xfail related to not deleted items that we previously missed
M +0 -8 tests/imap/test_conflict_imap.py
https://invent.kde.org/pim/akonadi-e2e-tests/-/commit/5e8ac9c9d9b6db266f893f51836ba441dddeaa16
diff --git a/tests/imap/test_conflict_imap.py b/tests/imap/test_conflict_imap.py
index 6a7894b..8f5e3f2 100644
--- a/tests/imap/test_conflict_imap.py
+++ b/tests/imap/test_conflict_imap.py
@@ -232,10 +232,6 @@ def test_akonadi_conflict_rename_collection(
assert_all_collections_are_equals(imap_client, imap_resource)
[email protected](
- reason="see `test_akonadi_behavior.py::test_delete_collection_with_one_item_should_delete_item",
- strict=True,
-)
def test_add_item_in_akonadi_on_collection_removed_on_server(
imap_resource: ImapResource,
imap_client: BaseMailBox,
@@ -302,10 +298,6 @@ def test_remove_item_in_akonadi_on_collection_removed_on_server(
akonadi_client.item_by_id(pre_delete_items_on_resource[0].id())
[email protected](
- reason="see `test_akonadi_behavior.py::test_delete_collection_with_one_item_should_delete_item",
- strict=True,
-)
def test_update_item_in_akonadi_on_collection_removed_on_server(
imap_resource: ImapResource,
imap_client: BaseMailBox,