Skip to content

Commit 706cb31

Browse files
authored
bpo-32128: Skip test_nntplib.test_article_head_body() (#4552)
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.
1 parent f8802d8 commit 706cb31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_nntplib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def check_article_resp(self, resp, article, art_num=None):
165165
# XXX this could exceptionally happen...
166166
self.assertNotIn(article.lines[-1], (b".", b".\n", b".\r\n"))
167167

168+
@unittest.skipIf(True, "FIXME: see bpo-32128")
168169
def test_article_head_body(self):
169170
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
170171
# Try to find an available article

0 commit comments

Comments
 (0)