Skip to content

Commit 1526a06

Browse files
authored
TODO: Flaky test -> TODO: RUSTPYTHON; Flaky test (RustPython#8078)
1 parent b35c5c3 commit 1526a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_asyncio/test_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def test_create_connection_local_addr(self):
791791
self.assertEqual(port, expected)
792792
tr.close()
793793

794-
@unittest.skipIf(sys.platform == "linux", "TODO: Flaky on CI")
794+
@unittest.skipIf(sys.platform == "linux", "TODO: RUSTPYTHON; Flaky on CI")
795795
@socket_helper.skip_if_tcp_blackhole
796796
def test_create_connection_local_addr_skip_different_family(self):
797797
# See https://github.com/python/cpython/issues/86508

0 commit comments

Comments
 (0)