File: 2002_no_net.patch

package info (click to toggle)
rust-tonic 0.12.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,268 kB
  • sloc: sh: 122; makefile: 31
file content (16 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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();
 }