mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #28971: Merge 3.5
This commit is contained in:
commit
10a22dc65a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue