mirror of https://github.com/python/cpython
Issue #28971: Temporarily skip test_over until a permanent solution is found
for issue #28971.
This commit is contained in:
parent
16b7b7d6ac
commit
ac13beeef5
|
@ -132,6 +132,8 @@ class NetworkedNNTPTestsMixin:
|
||||||
self.assertLessEqual(art_num, last)
|
self.assertLessEqual(art_num, last)
|
||||||
self._check_art_dict(art_dict)
|
self._check_art_dict(art_dict)
|
||||||
|
|
||||||
|
@unittest.skipIf(True, 'temporarily skipped until a permanent solution'
|
||||||
|
' is found for issue #28971')
|
||||||
def test_over(self):
|
def test_over(self):
|
||||||
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
|
resp, count, first, last, name = self.server.group(self.GROUP_NAME)
|
||||||
start = last - 10
|
start = last - 10
|
||||||
|
|
Loading…
Reference in New Issue