From 46972e8814492d8a09ccf19c591410b78133bf26 Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Tue, 12 May 2026 20:30:28 +0200 Subject: [PATCH] restore the xfail mark again --- tests/wrappers_tests/test_send_e2e_part3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wrappers_tests/test_send_e2e_part3.py b/tests/wrappers_tests/test_send_e2e_part3.py index ea1e2201e..2a6ff0100 100644 --- a/tests/wrappers_tests/test_send_e2e_part3.py +++ b/tests/wrappers_tests/test_send_e2e_part3.py @@ -200,7 +200,7 @@ class TestS01NilOrUninitializedHandle(StepsCommon): result["err"] or "" ), f"expected error to mention {S01_EXPECTED_ERROR_FRAGMENT!r}, got: {result['err']!r}" - # @pytest.mark.skip(reason="see https://github.com/logos-messaging/logos-delivery/issues/3863") + @pytest.mark.skip(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],