Ignore flakey tests (#4796)
This commit is contained in:
parent
0e8036981e
commit
9f1d376716
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue