mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-24 11:19:43 +00:00
mark S01 with xfail
This commit is contained in:
parent
6c97ce3bd5
commit
fd60740c19
@ -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],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user