Skip to content

Commit

Permalink
fix: mark test as xfail as it fails on py3.11 stdlib as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 27, 2024
1 parent 2da20bd commit 71b3ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1370,6 +1370,7 @@ async def _sock_connect(

@patch_socket
@pytest.mark.asyncio
@pytest.mark.xfail(reason="raises RuntimeError: coroutine ignored GeneratorExit")
async def test_handling_system_exit(
m_socket: ModuleType,
) -> None:
Expand Down

0 comments on commit 71b3ce6

Please sign in to comment.