Skip to content

Commit

Permalink
gnutls, fix test skips
Browse files Browse the repository at this point in the history
  • Loading branch information
icing committed Apr 23, 2024
1 parent d976b7b commit a800e04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/http/test_17_ssl_use.py
Expand Up @@ -164,8 +164,6 @@ def test_17_05_ip_addr(self, env: Env, httpd, nghttpx, repeat, proto):
# use localhost for connect
@pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
def test_17_06_localhost(self, env: Env, httpd, nghttpx, repeat, proto):
if env.curl_uses_lib('gnutls'):
pytest.skip("gnutls does not match hostnames with trailing dot")
if proto == 'h3' and not env.have_h3():
pytest.skip("h3 not supported")
curl = CurlClient(env=env)
Expand Down

0 comments on commit a800e04

Please sign in to comment.