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
@@ -991,6 +991,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)]
