]> granicus.if.org Git - python/commitdiff
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)
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

index 3e84f3429ee8546c8bbb9510e3a95b52052e0850..d7642bc66ab346422a666bd646ecc49d7b306e72 100644 (file)
@@ -166,6 +166,7 @@ class NetworkedNNTPTestsMixin:
         # XXX this could exceptionally happen...
         self.assertNotIn(article.lines[-1], (b".", b".\n", b".\r\n"))
 
+    @unittest.skipIf(True, "FIXME: see bpo-32128")
     def test_article_head_body(self):
         resp, count, first, last, name = self.server.group(self.GROUP_NAME)
         # Try to find an available article