From 208fc8da8cb3a45200e644c599cf9bc59f39c983 Mon Sep 17 00:00:00 2001 From: Marcin Niemira Date: Thu, 11 Apr 2019 20:36:17 +1000 Subject: [PATCH] Re-enable test in nntplib --- Lib/test/test_nntplib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_nntplib.py b/Lib/test/test_nntplib.py index 8c1032b986bf61f..bb780bfa004b578 100644 --- a/Lib/test/test_nntplib.py +++ b/Lib/test/test_nntplib.py @@ -165,7 +165,6 @@ def check_article_resp(self, resp, article, art_num=None): # 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