mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480)
This commit is contained in:
parent
f980cc19b9
commit
1e0d62793a
18 changed files with 48 additions and 3 deletions
|
@ -1954,6 +1954,7 @@ class HTTPSTest(TestCase):
|
|||
h.close()
|
||||
self.assertIn('nginx', server_string)
|
||||
|
||||
@support.requires_resource('walltime')
|
||||
def test_networked_bad_cert(self):
|
||||
# We feed a "CA" cert that is unrelated to the server's cert
|
||||
import ssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue