File: 2003_no_net_test.patch

package info (click to toggle)
rust-axum 0.7.9-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,992 kB
  • sloc: javascript: 26; makefile: 24; sql: 6; sh: 1
file content (16 lines) | stat: -rw-r--r-- 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: skip test seemingly requiring network access
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-07-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/axum/src/routing/tests/mod.rs
+++ b/axum/src/routing/tests/mod.rs
@@ -989,6 +989,7 @@
 
 #[cfg(all(feature = "tokio", any(feature = "http1", feature = "http2")))]
 #[crate::test]
+#[ignore]
 async fn logging_rejections() {
     #[derive(Deserialize, Eq, PartialEq, Debug)]
     #[serde(deny_unknown_fields)]