Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions graalpython/lib-python/3/test/test_asyncio/test_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ async def main():
self.assertTrue(policy.set_event_loop.called)

def test_asyncio_run_without_uncancel(self):
if os.environ.get("GITHUB_CI"): self.skipTest("Crashes runner on GitHub CI")
# See https://github.com/python/cpython/issues/95097
class Task:
def __init__(self, loop, coro, **kwargs):
Expand Down
Loading