From: Xavier de Gaye Date: Fri, 16 Dec 2016 19:49:10 +0000 (+0100) Subject: Issue #28971: Temporarily skip test_over until a permanent solution is found X-Git-Tag: v3.5.3rc1~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac13beeef5740c141131bada52337b19e78679a7;p=thirdparty%2FPython%2Fcpython.git Issue #28971: Temporarily skip test_over until a permanent solution is found for issue #28971. --- diff --git a/Lib/test/test_nntplib.py b/Lib/test/test_nntplib.py index 2ef6d02c2bff..66ef930a545d 100644 --- a/Lib/test/test_nntplib.py +++ b/Lib/test/test_nntplib.py @@ -132,6 +132,8 @@ class NetworkedNNTPTestsMixin: self.assertLessEqual(art_num, last) self._check_art_dict(art_dict) + @unittest.skipIf(True, 'temporarily skipped until a permanent solution' + ' is found for issue #28971') def test_over(self): resp, count, first, last, name = self.server.group(self.GROUP_NAME) start = last - 10