Skip to content

Commit

Permalink
mbedtls, adjust new test expectations since tlsv1.3 is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
icing committed Apr 18, 2024
1 parent 4d8cd57 commit f2b32a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/http/test_17_ssl_use.py
Expand Up @@ -77,6 +77,8 @@ def test_17_02_sslinfo_reconnect(self, env: Env, httpd, nghttpx, tls_max, repeat
exp_resumed = 'Initial' # rustls does not support sessions, TODO
if env.curl_uses_lib('bearssl') and tls_max == '1.3':
pytest.skip('BearSSL does not support TLSv1.3')
if env.curl_uses_lib('mbedtls') and tls_max == '1.3':
pytest.skip('mbedtls does not support TLSv1.3')

curl = CurlClient(env=env)
# tell the server to close the connection after each request
Expand Down

0 comments on commit f2b32a8

Please sign in to comment.