diff --git a/tests/http/test_17_ssl_use.py b/tests/http/test_17_ssl_use.py index 341bdded7dadce..f9d24652ec7600 100644 --- a/tests/http/test_17_ssl_use.py +++ b/tests/http/test_17_ssl_use.py @@ -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