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)]
|