mark the second S01 test as xfail too

This commit is contained in:
Aya Hassan 2026-05-12 20:02:12 +02:00
parent fd60740c19
commit 1b845c73e3

View File

@ -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],