Skip to content

Commit c9b7bde

Browse files
committed
enable previously disabled test (at d0bc23e)
Intermittent test failures are now fixed by PR #96
1 parent 950b0eb commit c9b7bde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_misc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ async def run_asyncio_loop(nursery, *, task_status=trio.TASK_STATUS_IGNORED):
228228
# Trigger KeyboardInterrupt that should propagate accross the coroutines
229229
signal.pthread_kill(threading.get_ident(), signal.SIGINT)
230230

231-
@pytest.mark.xfail(reason="https://github.com/python-trio/trio-asyncio/issues/95", raises=RuntimeError)
232231
@pytest.mark.trio
233232
@pytest.mark.parametrize("throw_another", [False, True])
234233
async def test_cancel_loop(throw_another):

0 commit comments

Comments
 (0)