From d9fe6ecca5d8f9cf9011616fb6a268d569f7954f Mon Sep 17 00:00:00 2001 From: Akira Hayakawa Date: Wed, 30 Oct 2024 03:54:47 +0000 Subject: [PATCH] upd Signed-off-by: Akira Hayakawa --- tests/env/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/env/src/lib.rs b/tests/env/src/lib.rs index 41b76406..b2df36da 100644 --- a/tests/env/src/lib.rs +++ b/tests/env/src/lib.rs @@ -168,7 +168,7 @@ impl Env { // On terminating the tokio runtime, // flooding stack traces are printed and they are super noisy. // Until better idea is invented, we just suppress them. - std::panic::set_hook(Box::new(|_info| {})); + // std::panic::set_hook(Box::new(|_info| {})); if with_logging { let format = tracing_subscriber::fmt::format()