mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue