diff --git a/tests/env/src/lib.rs b/tests/env/src/lib.rs index 34872d40..599f46d8 100644 --- a/tests/env/src/lib.rs +++ b/tests/env/src/lib.rs @@ -167,7 +167,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()