diff --git a/graalpython/lib-python/3/test/test_asyncio/test_runners.py b/graalpython/lib-python/3/test/test_asyncio/test_runners.py index 37be6e4345..922c4ca0b1 100644 --- a/graalpython/lib-python/3/test/test_asyncio/test_runners.py +++ b/graalpython/lib-python/3/test/test_asyncio/test_runners.py @@ -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):