From e21ea739d9bc998b6b6065c3c1f5dfc17fe2aeef Mon Sep 17 00:00:00 2001 From: Hocuri Date: Sat, 5 Nov 2022 10:10:50 +0100 Subject: [PATCH] Ignore now-failing test --- src/authres.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/authres.rs b/src/authres.rs index d1a31636f..12345526b 100644 --- a/src/authres.rs +++ b/src/authres.rs @@ -644,6 +644,7 @@ Authentication-Results: box.hispanilandia.net; spf=pass smtp.mailfrom=adbenitez@ .unwrap(); } + #[ignore = "Disallowing keychanges is disabled for now"] #[tokio::test(flavor = "multi_thread", worker_threads = 2)] async fn test_handle_authres_fails() -> Result<()> { let mut tcm = TestContextManager::new();