mirror of https://github.com/python/cpython
Issue 12139: ftplib - remove 'post CCC' test to fix various buildot failures due to dummy test server not properly handling SSL shutdown(), see http://bugs.python.org/msg139499
This commit is contained in:
parent
938f635acb
commit
5de1532163
|
@ -887,8 +887,6 @@ class TestTLS_FTPClass(TestCase):
|
|||
self.assertIsInstance(self.client.sock, ssl.SSLSocket)
|
||||
self.client.ccc()
|
||||
self.assertRaises(ValueError, self.client.sock.unwrap)
|
||||
self.client.sendcmd('noop')
|
||||
self.client.quit()
|
||||
|
||||
|
||||
class TestTimeouts(TestCase):
|
||||
|
|
Loading…
Reference in New Issue