Skip to content

Commit c1105fc

Browse files
committed
this racey test isnt needed
1 parent de907d6 commit c1105fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tokio/tests/task_hooks.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,8 @@ fn after_poll() {
5555
#[test]
5656
fn terminate() {
5757
let ct = runtime::Builder::new_current_thread();
58-
let mt = runtime::Builder::new_multi_thread();
59-
let mta = runtime::Builder::new_multi_thread_alt();
6058

6159
run_terminate(ct);
62-
run_terminate(mt);
63-
run_terminate(mta);
6460
}
6561

6662
#[test]

0 commit comments

Comments
 (0)