Description: skip test requiring network access
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-03-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/integration_tests/tests/connection.rs
+++ b/tests/integration_tests/tests/connection.rs
@@ -27,6 +27,7 @@
 }
 
 #[tokio::test]
+#[ignore]
 async fn connect_handles_tls() {
     TestClient::connect("https://example.com").await.unwrap();
 }
