]> granicus.if.org Git - python/commitdiff
bpo-32128: Skip test_nntplib.test_article_head_body() (#4552)
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Nov 2017 01:42:18 +0000 (02:42 +0100)
committerGitHub <noreply@github.com>
Sat, 25 Nov 2017 01:42:18 +0000 (02:42 +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.

Lib/test/test_nntplib.py

index bb780bfa004b578e77d3665a0e28ecad4d1214e8..8c1032b986bf61fac5bfd4de001e2cabbf3202c1 100644 (file)
@@ -165,6 +165,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