]> granicus.if.org Git - python/commit
bpo-32128: Skip test_nntplib.test_article_head_body() (GH-4552) (#4553)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Nov 2017 02:02:47 +0000 (18:02 -0800)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Nov 2017 02:02:47 +0000 (03:02 +0100)
commitdde38b9cb3ff24f2f1f17cb681d30741e0090f51
treea79569f58210af499d52cb3cf566da3bbf81931b
parent05ee12153f51d78cc5160d59a01cad7b805f47a0
bpo-32128: Skip test_nntplib.test_article_head_body() (GH-4552) (#4553)

The NNTP server currently has troubles with SSL, whereas we don't
have the control on this server. This test blocks all CIs, so disable
it until a fix can be found.
(cherry picked from commit 706cb3162e15271ecfeba15909ed48a3a437009f)
Lib/test/test_nntplib.py