File: disable-badssl-test.patch

package info (click to toggle)
rust-tokio-rustls 0.26.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Maytham Alsudany <maytha8thedev@gmail.com>
Forwarded: not-needed
Description: Disable badssl test
 This test accesses the internet.

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,7 +54,7 @@
 path = "src/lib.rs"
 doctest = false
 
-[[test]]
+[[disabled.test]]
 name = "badssl"
 path = "tests/badssl.rs"
 
@@ -98,6 +98,3 @@
 [dev-dependencies.tokio]
 version = "1.0"
 features = ["full"]
-
-[dev-dependencies.rustls-native-certs]
-version = "0.8"