File: disable-tests-network.patch

package info (click to toggle)
rust-pinger 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/src/test.rs
+++ b/src/test.rs
@@ -16,2 +16,3 @@
     #[timeout(20_000)]
+    #[ignore = "no ICMP in test environments"]
     fn test_integration_any() {
@@ -26,2 +27,3 @@
     #[timeout(20_000)]
+    #[ignore = "no ICMP in test environments"]
     fn test_integration_ipv4() {
@@ -36,2 +38,3 @@
     #[timeout(20_000)]
+    #[ignore = "no ICMP in test environments"]
     fn test_integration_ip6() {