Skip to content

Commit dde38b9

Browse files
miss-islingtonvstinner
authored andcommitted
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 706cb31)
1 parent 05ee121 commit dde38b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_nntplib.py

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

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

0 commit comments

Comments
 (0)