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:
Giampaolo Rodola' 2011-06-30 18:34:41 +02:00
parent 938f635acb
commit 5de1532163
1 changed files with 0 additions and 2 deletions

View File

@ -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):