From 1b845c73e395222fa53c8f146b975e42dbc25f77 Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Tue, 12 May 2026 20:02:12 +0200 Subject: [PATCH] mark the second S01 test as xfail too --- tests/wrappers_tests/test_send_e2e_part3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wrappers_tests/test_send_e2e_part3.py b/tests/wrappers_tests/test_send_e2e_part3.py index c8de09bc3..0639c5fdd 100644 --- a/tests/wrappers_tests/test_send_e2e_part3.py +++ b/tests/wrappers_tests/test_send_e2e_part3.py @@ -200,6 +200,7 @@ class TestS01NilOrUninitializedHandle(StepsCommon): result["err"] or "" ), f"expected error to mention {S01_EXPECTED_ERROR_FRAGMENT!r}, got: {result['err']!r}" + @pytest.mark.xfail(reason="see https://github.com/logos-messaging/logos-delivery/issues/3863") def test_s01_send_on_destroyed_handle(self): completed = subprocess.run( [sys.executable, "-c", _SEND_AFTER_DESTROY_SUBPROCESS_SCRIPT],