diff --git a/core/src/exe/try_join_all_buffered.rs b/core/src/exe/try_join_all_buffered.rs index 897e475d..9f92a9a0 100644 --- a/core/src/exe/try_join_all_buffered.rs +++ b/core/src/exe/try_join_all_buffered.rs @@ -137,6 +137,7 @@ mod tests { } #[tokio::test] + #[ignore] async fn comparison() { for i in (0..10).chain((20..100).step_by(20)).chain((500..10000).step_by(500)) { let unbuffered = benchmark_try_join_all(futures::future::try_join_all, i).await;