Commit c2d54600 authored by Jason Madden's avatar Jason Madden

fix test__ssl for nonblocking sockets.

parent b5a218a7
...@@ -66,6 +66,10 @@ class TestSSL(test__socket.TestTCP): ...@@ -66,6 +66,10 @@ class TestSSL(test__socket.TestTCP):
b'', b'',
client_method='send') client_method='send')
def test_sendall_nonblocking(self):
# Override; doesn't work with SSL sockets.
pass
def ssl_listener(address, private_key, certificate): def ssl_listener(address, private_key, certificate):
raw_listener = socket.socket() raw_listener = socket.socket()
......
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