File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ async def asyncTearDown(self):
166
166
167
167
@async_client_context .require_tls
168
168
async def test_simple_ssl (self ):
169
+ if "PyPy" in sys .version :
170
+ self .skipTest ("Test is flaky on PyPy" )
169
171
# Expects the server to be running with ssl and with
170
172
# no --sslPEMKeyFile or with --sslWeakCertificateValidation
171
173
await self .assertClientWorks (self .client )
Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ def tearDown(self):
166
166
167
167
@client_context .require_tls
168
168
def test_simple_ssl (self ):
169
+ if "PyPy" in sys .version :
170
+ self .skipTest ("Test is flaky on PyPy" )
169
171
# Expects the server to be running with ssl and with
170
172
# no --sslPEMKeyFile or with --sslWeakCertificateValidation
171
173
self .assertClientWorks (self .client )
You can’t perform that action at this time.
0 commit comments