From 7e2a4f8e2ce3e44cd612012dae37f175b5cb969a Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Tue, 12 May 2026 20:22:56 +0200 Subject: [PATCH] comment the skip line to try S01 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 2a6ff0100..ea1e2201e 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],