File: disable-tests-that-access-network.patch

package info (click to toggle)
rust-native-tls 0.2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- native-tls.orig/src/test.rs
+++ native-tls/src/test.rs
@@ -21,3 +21,2 @@
 
-#[test]
 fn connect_google() {
@@ -36,3 +35,2 @@
 
-#[test]
 fn connect_bad_hostname() {
@@ -43,3 +41,2 @@
 
-#[test]
 fn connect_bad_hostname_ignored() {