mark S01 with xfail

This commit is contained in:
Aya Hassan 2026-05-12 19:52:16 +02:00
parent 6c97ce3bd5
commit fd60740c19

View File

@ -174,6 +174,7 @@ _SEND_AFTER_DESTROY_SUBPROCESS_SCRIPT = textwrap.dedent(
class TestS01NilOrUninitializedHandle(StepsCommon): class TestS01NilOrUninitializedHandle(StepsCommon):
"""S01 — send() on a nil/destroyed handle must Err, no events, no crash.""" """S01 — send() on a nil/destroyed handle must Err, no events, no crash."""
@pytest.mark.xfail(reason="see https://github.com/logos-messaging/logos-delivery/issues/3863")
def test_s01_send_on_uninitialized_handle(self): def test_s01_send_on_uninitialized_handle(self):
completed = subprocess.run( completed = subprocess.run(
[sys.executable, "-c", _S01_SUBPROCESS_SCRIPT], [sys.executable, "-c", _S01_SUBPROCESS_SCRIPT],