Skip to content

Commit a37f72e

Browse files
authored
Merge pull request #828 from hatoo/fix-test_connect_to_randomness
fix test_connect_to_randomness
2 parents 853a09e + 633227c commit a37f72e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ async fn distribution_on_two_matching_connect_to(host: &'static str) -> (i32, i3
385385
tokio::spawn(async { axum::serve(listener2, app2).await });
386386

387387
let args = [
388+
"--disable-keepalive".to_string(),
388389
"-n".to_string(),
389390
"100".to_string(),
390391
format!("http://{host}/"),

0 commit comments

Comments
 (0)