Skip to content

Commit

Permalink
Disable tracing in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Apr 16, 2024
1 parent d0ef546 commit a11ad62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pub mod tests {
B: FnOnce(F) -> F::Output,
F: std::future::Future<Output = ()>,
{
initialize_tests_tracing();
// initialize_tests_tracing();
block_on(fut);
}

Expand Down

0 comments on commit a11ad62

Please sign in to comment.