From 85b9976a1055f81549b53f39fd84afdf63f86b71 Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Thu, 14 May 2026 12:48:38 +0200 Subject: [PATCH] skip S01 again --- tests/wrappers_tests/test_send_handle_and_subscription.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wrappers_tests/test_send_handle_and_subscription.py b/tests/wrappers_tests/test_send_handle_and_subscription.py index 2f467e052..462a93d4e 100644 --- a/tests/wrappers_tests/test_send_handle_and_subscription.py +++ b/tests/wrappers_tests/test_send_handle_and_subscription.py @@ -56,7 +56,7 @@ S05_MALFORMED_CONTENT_TOPICS = [ class TestS01NilOrUninitializedHandle(StepsCommon): """S01 — send() on a nil/destroyed handle must Err, no events, no crash.""" - # @pytest.mark.skip(reason="see https://github.com/logos-messaging/logos-delivery/issues/3873") + @pytest.mark.skip(reason="see https://github.com/logos-messaging/logos-delivery/issues/3873") def test_s01_send_on_uninitialized_handle(self): completed = subprocess.run( [sys.executable, "-m", S01_INVALID_HANDLE_HELPER, "nil", S01_RESULT_MARKER],