Skip to content

Commit 29545d9

Browse files
authored
runtime: ignore many_oneshot_futures test for alt scheduler (#6712)
1 parent 48e35c1 commit 29545d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio/tests/rt_threaded_alt.rs

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fn single_thread() {
3737
}
3838

3939
#[test]
40+
#[ignore] // https://github.com/tokio-rs/tokio/issues/5995
4041
fn many_oneshot_futures() {
4142
// used for notifying the main thread
4243
const NUM: usize = 1_000;

0 commit comments

Comments
 (0)