File: disable-unavailable-tests.patch

package info (click to toggle)
rust-xh 0.24.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,588 kB
  • sloc: sh: 242; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Forwarded: not-needed
Last-Update: 2025-01-09
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -307,3 +307,3 @@
 default = [
-    "online-tests",
+    #"online-tests",
     "rustls",
@@ -311,3 +311,3 @@
 ]
-ipv6-tests = []
+#ipv6-tests = []
 native-tls = [
@@ -317,3 +317,3 @@
 network-interface = [] # ["dep:network-interface"]
-online-tests = []
+#online-tests = []
 rustls = [