Commit 28d6ca51 authored by Jason Madden's avatar Jason Madden

Skip a linux-only test for 3.5 that hangs.

parent 0240abed
......@@ -288,6 +288,7 @@ if sys.version_info[:2] >= (3, 5):
# XXX: Hangs
'test_ssl.ThreadedTests.test_nonblocking_send',
'test_ssl.ThreadedTests.test_socketserver',
'test_socket.NonBlockingTCPTests.testInitNonBlocking',
# Relies on implementation details
'test_socket.GeneralModuleTests.test_SocketType_is_socketobject',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment