]> granicus.if.org Git - python/commit
#16039/#20118: temporarily skip failing imaplib SSL test.
authorR David Murray <rdmurray@bitdance.com>
Fri, 3 Jan 2014 22:26:21 +0000 (17:26 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 3 Jan 2014 22:26:21 +0000 (17:26 -0500)
commit1d2ef64df640fd76acad27514e01de00e3d80748
tree98e07e97f10a8000434db64352c3fe0724d9814d
parent020d7c379afe7edc7b5437c29b434ecc059e6a76
#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.
Lib/test/test_imaplib.py