This commit is contained in:
Itamar Turner-Trauring 2022-12-12 10:44:49 -05:00
parent 844ae0dee3
commit c5c616afd5

View File

@ -181,10 +181,6 @@ class PinningHTTPSValidation(AsyncTestCase):
response = await self.request(url, certificate)
self.assertEqual(await response.content(), b"YOYODYNE")
# We keep getting TLSMemoryBIOProtocol being left around, so try harder
# to wait for it to finish.
await deferLater(reactor, 0.01)
@async_to_deferred
async def test_server_certificate_not_valid_yet(self):
"""