Issue #28971: Merge 3.5
This commit is contained in:
commit
10a22dc65a
|
@ -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…
Reference in New Issue