8000 Skip 2 more tests in test_asyncio · python/cpython@391dcac · GitHub
[go: up one dir, main page]

Skip to content

Commit 391dcac

Browse files
committed
Skip 2 more tests in test_asyncio
1 parent 3ed317e commit 391dcac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_asyncio/test_events.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ def test_create_connection_local_addr(self):
671671
self.assertEqual(port, expected)
672672
tr.close()
673673

674+
@socket_helper.skip_if_tcp_blackhole
674675
def test_create_connection_local_addr_skip_different_family(self):
675676
# See https://github.com/python/cpython/issues/86508
676677
port1 = socket_helper.find_unused_port()
@@ -692,6 +693,7 @@ async def getaddrinfo(host, port, *args, **kwargs):
692693
with self.assertRaises(OSError):
693694
self.loop.run_until_complete(f)
694695

696+
@socket_helper.skip_if_tcp_blackhole
695697
def test_create_connection_local_addr_nomatch_family(self):
696698
# See https://github.com/python/cpython/issues/86508
697699
port1 = socket_helper.find_unused_port()

0 commit comments

Comments
 (0)
0