From 622d638c6aabdf5eb72e6af422dbcb98fae741ac Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:58:13 +0300 Subject: [PATCH] `TODO: Flaky test` -> `TODO: RUSTPYTHON; Flaky test` --- Lib/test/test_asyncio/test_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_asyncio/test_events.py b/Lib/test/test_asyncio/test_events.py index 3d6d1825aa..f373483066 100644 --- a/Lib/test/test_asyncio/test_events.py +++ b/Lib/test/test_asyncio/test_events.py @@ -791,7 +791,7 @@ def test_create_connection_local_addr(self): self.assertEqual(port, expected) tr.close() - @unittest.skipIf(sys.platform == "linux", "TODO: Flaky on CI") + @unittest.skipIf(sys.platform == "linux", "TODO: RUSTPYTHON; Flaky on CI") @socket_helper.skip_if_tcp_blackhole def test_create_connection_local_addr_skip_different_family(self): # See https://github.com/python/cpython/issues/86508