Ignore flakey tests (#4796)

This commit is contained in:
Raphael Darley 2024-09-17 13:53:16 +01:00 committed by GitHub
parent 0e8036981e
commit 9f1d376716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,6 +137,7 @@ mod tests {
} }
#[tokio::test] #[tokio::test]
#[ignore]
async fn comparison() { async fn comparison() {
for i in (0..10).chain((20..100).step_by(20)).chain((500..10000).step_by(500)) { 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; let unbuffered = benchmark_try_join_all(futures::future::try_join_all, i).await;