diff --git a/tests/run-tests.py b/tests/run-tests.py index 5aaa680ecd..6dfba2c540 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -166,8 +166,6 @@ emitter_tests_to_skip = { "micropython/heapalloc_slice.py", # These require implicitly running the scheduler between bytecodes. "micropython/schedule.py", - "extmod/asyncio_event_queue.py", - "extmod/asyncio_iterator_event.py", # These require sys.exc_info(). "misc/sys_exc_info.py", # These require sys.settrace().