Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Apr 14, 2024
1 parent fd264f9 commit bde4b94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub mod tests {
B: FnOnce(F) -> F::Output,
F: std::future::Future<Output = ()>,
{
initialize_tests_tracing();
// initialize_tests_tracing();
block_on(fut);
}
}
4 changes: 0 additions & 4 deletions core/src/serf/base/tests/serf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -641,10 +641,6 @@ pub async fn serf_coordinates<T>(
panic!("timed out");
}
}

for s in serfs.iter() {
s.shutdown().await.unwrap();
}
}

/// Unit tests for serf name resolution
Expand Down

0 comments on commit bde4b94

Please sign in to comment.