mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
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.
This commit is contained in:
parent
f8802d80b3
commit
706cb3162e
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ class NetworkedNNTPTestsMixin:
|
||||||
# XXX this could exceptionally happen...
|
# XXX this could exceptionally happen...
|
||||||
self.assertNotIn(article.lines[-1], (b".", b".\n", b".\r\n"))
|
self.assertNotIn(article.lines[-1], (b".", b".\n", b".\r\n"))
|
||||||
|
|
||||||
|
@unittest.skipIf(True, "FIXME: see bpo-32128")
|
||||||
def test_article_head_body(self):
|
def test_article_head_body(self):
|
||||||
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
|
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
|
||||||
# Try to find an available article
|
# Try to find an available article
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue