From: Stefano Rivera <stefano@rivera.za.net>
Date: Sat, 26 Oct 2024 11:56:32 -0700
Subject: Mark test_wrong_host_succeeds_with_hostname_verification_disabled
 with internet flag

Forwarded: https://github.com/sethmlarson/truststore/pull/163
---
 tests/test_api.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_api.py b/tests/test_api.py
index 1a50bcc..5411008 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -372,6 +372,7 @@ def test_requests_sslcontext_api_failures(failure):
     assert "cert" in repr(e.value).lower() and "verif" in repr(e.value).lower()
 
 
+@pytest.mark.internet
 def test_wrong_host_succeeds_with_hostname_verification_disabled() -> None:
     global wrong_host_failure_host
 
