cpython: d7ae948d9eee (original) (raw)

Mercurial > cpython

changeset 88286:d7ae948d9eee 2.7

#16039/#20118: temporarily skip failing imaplib SSL test. The fix the test is testing prevents a DOS attack, and the failure mode will also prevent the DOS attack, so for now skip the test. Either the test or the code does need fixing, however. [#16039]

R David Murray rdmurray@bitdance.com
date Fri, 03 Jan 2014 17:26:21 -0500
parents dd906f4ab923
children bf077fc97fdd
files Lib/test/test_imaplib.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_imaplib.py 3

line wrap: on

line diff

--- a/Lib/test/test_imaplib.py +++ b/Lib/test/test_imaplib.py @@ -187,6 +187,9 @@ class ThreadedNetworkedTestsSSL(BaseThre server_class = SecureTCPServer imap_class = IMAP4_SSL

+ class RemoteIMAPTest(unittest.TestCase): host = 'cyrus.andrew.cmu.edu'